Body Property (ReportSection)
In This Topic
Gets or sets a body layout information for the report section.
Syntax
'Declaration
Public Property Body As Body
public Body Body {get; set;}
Property Value
A
Body object representing the body layout details of the report section.
See Also