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

Glossary Item Box

Gets or sets the width of the row header.

Syntax

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

Property Value

A Length structure containing the width of the row header.

See Also