ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ReportSectionBase Class / Body Property

In This Topic
Body Property (ReportSectionBase)
In This Topic
Gets the body of the report section.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property Body As IBody
 

Property Value

An IBody representing the body of the report section.
See Also