Report.ReportSections 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
負責取得或設定報告中的各部分。
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)
屬性值
報告中包含了相關章節。
- 屬性