IReportContext.QueryParameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.