Поделиться через


Свойство 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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportSectionCollection
A ReportSectionCollection object.

См. также

Справочник

Report Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering