QueryParameters propriété
Gets a value that specifies the query parameters of the report.
Espace de noms : Microsoft.ReportingServices.Interfaces
Assemblys : Microsoft.ReportingServices.Interfaces (dans Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (dans Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntaxe
'Déclaration
ReadOnly Property QueryParameters As IDictionary(Of String, IParameter)
Get
'Utilisation
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>
Valeur de la propriété
Type : System.Collections.Generic. . :: . .IDictionary< (Of < ( <'String, IParameter> ) > ) >
A value that specifies the query parameters of the report.
Notes
The dictionary key is the parameter name.