[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Body.Height

Height Property

Height

Gets or sets a height of the report body.

Declaration
public Length Height { get; set; }
Property Value
Type Description
Length

A Length value indicating the height of the report body.

Examples
Body body = new Body();
body.Height = "11in";