Proprietà Report.ReportSections
Gets the report sections in the report.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ReportSections As ReportSectionCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSectionCollection
A ReportSectionCollection object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering