Właściwość IReportContext.QueryParameters
Pobiera wartość określająca parametry kwerendy raportu.
Przestrzeń nazw: Microsoft.ReportingServices.Interfaces
Zestawy: Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)
Składnia
'Deklaracja
ReadOnly Property QueryParameters As IDictionary(Of String, IParameter)
Get
'Użycie
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>
Wartość właściwości
Typ: System.Collections.Generic.IDictionary<String, IParameter>
Wartość określająca parametry kwerendy raportu.
Uwagi
Klucz słownika jest nazwą parametru.
Zobacz także