ReportingService2005.SetReportParameters(String, ReportParameter[]) メソッド

定義

指定したレポートのレポート パラメーター プロパティを設定します。

public:
 void SetReportParameters(System::String ^ Report, cli::array <ReportService2005::ReportParameter ^> ^ Parameters);
public void SetReportParameters (string Report, ReportService2005.ReportParameter[] Parameters);
member this.SetReportParameters : string * ReportService2005.ReportParameter[] -> unit
Public Sub SetReportParameters (Report As String, Parameters As ReportParameter())

パラメーター

Report
String

レポートの完全なパス名です。

Parameters
ReportParameter[]

レポート パラメーター プロパティの一覧を表す ReportParameter オブジェクトの配列です。

注釈

次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダー (In) BatchHeaderValue

(Out) ServerInfoHeaderValue
必要なアクセス許可 UpdateParameters

ReportParameter の 3 つのプロパティは、PromptPromptUser、および DefaultValues を使用して設定します。

SetReportParameters メソッドに指定するパラメーターは、元のレポート定義で定義されている必要があります。

適用対象