ComponentOne FlexReport for WinForms
Width Property (Layout)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > Layout Class : Width Property
Gets or sets the width of the report's detail section, in twips.
Syntax
'Declaration
 
Public Property Width As System.Double
public System.double Width {get; set;}
Remarks

This property determines the width of the detail section of the report.

Multi-column reports have header and footer sections that span all columns so their actual width is Width * Columns.

For example, a two-column report with a one-inch wide detail section would have Width = 1440, and its total width would be 2 * 1440 = 2880.

See Also

Reference

Layout Class
Layout Members