IReportContext.QueryParameters プロパティ

定義

レポートのクエリパラメータを指定する値を得ます。

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::ReportingServices::Interfaces::IParameter ^> ^ QueryParameters { System::Collections::Generic::IDictionary<System::String ^, Microsoft::ReportingServices::Interfaces::IParameter ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.ReportingServices.Interfaces.IParameter> QueryParameters { get; }
member this.QueryParameters : System.Collections.Generic.IDictionary<string, Microsoft.ReportingServices.Interfaces.IParameter>
Public ReadOnly Property QueryParameters As IDictionary(Of String, IParameter)

プロパティ値

レポートのクエリパラメータを指定する値です。

注釈

辞書キーはパラメータ名です。

適用対象