ActiveReports 8
Width Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItem Class : Width Property

Glossary Item Box

Gets or sets the width of the report item.

Syntax

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

Property Value

Length structure indicating the width of the report control.

Remarks

Negative sizes are allowed only for Line report items.

The default value is the width of the containing object minus the Left, if no value is provided.

For Table and Matrix report items, the default values for Height and Width are instead derived from the sizes of the component parts (columns, rows, matrix cells).

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also