Report.ReportSections 屬性

定義

負責取得或設定報告中的各部分。

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

屬性值

報告中包含了相關章節。

屬性

適用於