[]
Gets or sets the width of the report's detail section, in twips.
public double Width { get; set; }
<p>This property determines the width of the detail section of the report.</p>
<p>Multi-column reports have header and footer sections that span all columns so their actual width is
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.