ActiveReports Developer 7
Width Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > CrossSectionControl Class : Width Property

Glossary Item Box

Gets or sets the width of the control in inches.

Syntax

Visual Basic (Declaration) 
Public Shadows Property Width As System.Single
C# 
public new System.float Width {get; set;}

Property Value

A float or Single value in inches.

See Also