Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the report sections in the report.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ReportSections As ReportSectionCollection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSectionCollection
A ReportSectionCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace