[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataRegion.FixedWidth

FixedWidth Property

FixedWidth

Gets or sets a maximum width of the data region per page.

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

A Length value indicating the maximum width of the data region per page. If undefined, uses Width.

Examples
dataRegion.FixedWidth = "8in";