ActiveReports Developer 7
Width Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : Width Property

Glossary Item Box

Gets or sets a value indicating the width of the report.

Syntax

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

Property Value

Length structure indicating the width of the report.

See Also