ActiveReports Developer 7
FixedWidth Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataRegion Class : FixedWidth Property

Glossary Item Box

Represents the data region's maximum width per page.

Syntax

Visual Basic (Declaration) 
Public Property FixedWidth As Length
C# 
public Length FixedWidth {get; set;}

Property Value

Represents the data region's maximum width per page. If undefined use ReportItem.Width.

See Also