ActiveReports Developer 7
BodyArea Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > ILayoutPage Interface : BodyArea Property

Glossary Item Box

Returns a page body area (where page content should be laid out).

Syntax

Visual Basic (Declaration) 
ReadOnly Property BodyArea As ILayoutArea
C# 
ILayoutArea BodyArea {get;}

See Also