Compartir a través de


IReportContext.QueryParameters Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.Interfaces
Ensamblados:   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Sintaxis

'Declaración
ReadOnly Property QueryParameters As IDictionary(Of String, IParameter)
    Get
'Uso
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>

Valor de la propiedad

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

Comentarios

The dictionary key is the parameter name.

Vea también

Referencia

IReportContext Interfaz

Espacio de nombres Microsoft.ReportingServices.Interfaces