次の方法で共有


QueryParameters プロパティ

レポートのクエリ パラメータを示す値を取得します。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)

構文

'宣言
ReadOnly Property QueryParameters As IDictionary(Of String, IParameter)
    Get
'使用
Dim instance As IReportContext
Dim value As IDictionary(Of String, IParameter)

value = instance.QueryParameters
IDictionary<string, IParameter> QueryParameters { get; }
property IDictionary<String^, IParameter^>^ QueryParameters {
    IDictionary<String^, IParameter^>^ get ();
}
abstract QueryParameters : IDictionary<string, IParameter>
function get QueryParameters () : IDictionary<String, IParameter>

プロパティ値

型: System.Collections.Generic. . :: . .IDictionary< (Of < ( <'String, IParameter> ) > ) >
レポートのクエリ パラメータを示す値です。

説明

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