IReportContext.QueryParameters 屬性

定義

會得到一個指定報告查詢參數的值。

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::ReportingServices::Interfaces::IParameter ^> ^ QueryParameters { System::Collections::Generic::IDictionary<System::String ^, Microsoft::ReportingServices::Interfaces::IParameter ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.ReportingServices.Interfaces.IParameter> QueryParameters { get; }
member this.QueryParameters : System.Collections.Generic.IDictionary<string, Microsoft.ReportingServices.Interfaces.IParameter>
Public ReadOnly Property QueryParameters As IDictionary(Of String, IParameter)

屬性值

一個指定報告查詢參數的值。

備註

字典鍵就是參數名稱。

適用於