Compartilhar via


Propriedade do RDL QueryParameters

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

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblies:   Microsoft.ReportingServices.SharePoint.UI.WebParts (em Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

The dictionary key is the parameter name.