[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Body.Style

Style Property

Style

Gets or sets the style properties for the report body.

Declaration
public Style Style { get; set; }
Property Value
Type Description
Style

A Style object representing the style settings for the body.

Remarks

The body is styled similarly to a ReportItem, except the Language property does not apply.

Examples
Body body = new Body();
body.Style = new Style { BackgroundColor = "LightGray" };