Udostępnij przez


Właściwość Report.ReportSections

Pobiera sekcje raportu w raporcie.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property ReportSections As ReportSectionCollection
    Get
'Użycie
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