IReportContext.QueryParameters Property

Definition

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

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::ReportingServices::Interfaces::IParameter ^> ^ QueryParameters { System::Collections::Generic::IDictionary<System::String ^, Microsoft::ReportingServices::Interfaces::IParameter ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.ReportingServices.Interfaces.IParameter> QueryParameters { get; }
member this.QueryParameters : System.Collections.Generic.IDictionary<string, Microsoft.ReportingServices.Interfaces.IParameter>
Public ReadOnly Property QueryParameters As IDictionary(Of String, IParameter)

Property Value

A value that specifies the query parameters of the report.

Remarks

The dictionary key is the parameter name.

Applies to