[]
Gets or sets the width of the report's detail section, in twips.
[C1Description("Layout.Width", "The width of the Detail section, in twips. (In multi-column reports, header and footer sections span all columns, so their width is this value times columns.)")]
[TypeConverter(typeof(PageUnitConverter))]
public double Width { get; set; }
<C1Description("Layout.Width", "The width of the Detail section, in twips. (In multi-column reports, header and footer sections span all columns, so their width is this value times columns.)")>
<TypeConverter(GetType(PageUnitConverter))>
Public Property Width As Double
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.