ActiveReports 12
Style Property (Body)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Body Class : Style Property
Gets or sets the the style settings for the report's body.
Syntax
'Declaration
 
Public Property Style As Style
public Style Style {get; set;}

Property Value

A Style object representing the report body's style elements.
Remarks
The body is treated like a rectangular ReportItem when determining which style elements apply, with the exception of the Language property.
See Also

Reference

Body Class
Body Members