Langue

IReportContext.QueryParameters Propriété

Définition

Obtient une valeur qui spécifie les paramètres de requête du rapport.

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)

Valeur de propriété

Une valeur qui spécifie les paramètres de requête du rapport.

Remarques

La clé du dictionnaire est le nom du paramètre.

S’applique à