IReportContext.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<String, IParameter>
A value that specifies the query parameters of the report.

注释

The dictionary key is the parameter name.