Lingua

IReportContext.QueryParameters Proprietà

Definizione

Ottiene un valore che specifica i parametri di query del 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)

Valore della proprietà

Un valore che specifica i parametri di query del report.

Commenti

La chiave del dizionario è il nome del parametro.

Si applica a