共用方式為


QueryParameters 屬性

Gets a value that specifies the query parameters of the report.

命名空間:  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> ) > ) >
A value that specifies the query parameters of the report.

備註

The dictionary key is the parameter name.