IReportContext.QueryParameters Property

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.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>

Property Value

Type: System.Collections.Generic.IDictionary<String, IParameter>
A value that specifies the query parameters of the report.

Remarks

The dictionary key is the parameter name.