Report.ReportSections 属性

Gets the report sections in the report.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property ReportSections As ReportSectionCollection
    Get
用法
Dim instance As Report
Dim value As ReportSectionCollection

value = instance.ReportSections
public ReportSectionCollection ReportSections { get; }
public:
property ReportSectionCollection^ ReportSections {
    ReportSectionCollection^ get ();
}
member ReportSections : ReportSectionCollection
function get ReportSections () : ReportSectionCollection