Report.ReportParameters 屬性

定義

取得或設定報告的參數集合。

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

屬性值

報告的參數收集。

屬性

適用於