SharedDataSet.QueryParameters 屬性

定義

取得或設定一組查詢參數。

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::QueryParameter ^> ^ QueryParameters { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::QueryParameter ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::QueryParameter ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.QueryParameter>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.QueryParameter> QueryParameters { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.QueryParameter>))>]
member this.QueryParameters : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.QueryParameter> with get, set
Public Property QueryParameters As IList(Of QueryParameter)

屬性值

一組查詢參數。

屬性

適用於