# C1.Report.Layout.Width

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_Layout_Width_" data-uid="C1.Report.Layout.Width*">Width Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_Layout_Width_" data-uid="C1.Report.Layout.Width*"></a>
<h4 id="C1_Report_Layout_Width" data-uid="C1.Report.Layout.Width">Width</h4>
<div class="markdown level1 summary"><p>Gets or sets the width of the report's detail section, in twips.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Description(&quot;Layout.Width&quot;, &quot;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.)&quot;)]
[TypeConverter(typeof(PageUnitConverter))]
public double Width { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;Layout.Width&quot;, &quot;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.)&quot;)&gt;
&lt;TypeConverter(GetType(PageUnitConverter))&gt;
Public Property Width As Double</code></pre>
</div>
<h5 id="C1_Report_Layout_Width_remarks">Remarks</h5>
<div class="markdown level1 remarks"><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 
<a class="xref" href="C1.Report.Layout.Width.html#C1_Report_Layout_Width">Width</a> * <a class="xref" href="C1.Report.Layout.Columns.html#C1_Report_Layout_Columns">Columns</a>.</p>
<p>For example, a two-column report with a one-inch wide detail section would have <b>Width</b> = 1440, 
and its total width would be 2 * 1440 = 2880.</p>
</div>
</div>
