QueryParameters 속성
Gets a value that specifies the query parameters of the report.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
Microsoft.ReportingServices.SharePoint.UI.WebParts.dll의 Microsoft.ReportingServices.SharePoint.UI.WebParts
구문
‘선언
ReadOnly Property QueryParameters As IDictionary(Of String, IParameter)
Get
‘사용 방법
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>
속성 값
형식: System.Collections.Generic. . :: . .IDictionary< (Of < ( <'String, IParameter> ) > ) >
A value that specifies the query parameters of the report.
주의
The dictionary key is the parameter name.