Query.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)

属性值

查询参数的集合。

属性

适用于