Freigeben über


QueryParameters-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
ReadOnly Property QueryParameters As IDictionary(Of String, IParameter)
    Get
'Usage
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>

Eigenschaftenwert

Typ: System.Collections.Generic. . :: . .IDictionary< (Of < ( <'String, IParameter> ) > ) >
A value that specifies the query parameters of the report.

Hinweise

The dictionary key is the parameter name.