# C1.Report.FieldBase.Width

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FieldBase_Width_" data-uid="C1.Report.FieldBase.Width*">Width Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FieldBase_Width_" data-uid="C1.Report.FieldBase.Width*"></a>
<h4 id="C1_Report_FieldBase_Width" data-uid="C1.Report.FieldBase.Width">Width</h4>
<div class="markdown level1 summary"><p>Gets or sets the width of the field in twips.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Layout&quot;)]
[C1Description(&quot;FieldBase.Width&quot;, &quot;The width of the field in twips.&quot;)]
[TypeConverter(typeof(PageUnitConverter))]
public double Width { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Layout&quot;)&gt;
&lt;C1Description(&quot;FieldBase.Width&quot;, &quot;The width of the field in twips.&quot;)&gt;
&lt;TypeConverter(GetType(PageUnitConverter))&gt;
Public Property Width As Double</code></pre>
</div>
<h5 id="C1_Report_FieldBase_Width_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Every <a class="xref" href="C1.Report.FieldBase.html">FieldBase</a> object has a rectangle, or "field box", where the field contents are rendered.</p>
<p>The field box is defined by the <a class="xref" href="C1.Report.FieldBase.Left.html#C1_Report_FieldBase_Left">Left</a>, <a class="xref" href="C1.Report.FieldBase.Top.html#C1_Report_FieldBase_Top">Top</a>, <a class="xref" href="C1.Report.FieldBase.Width.html#C1_Report_FieldBase_Width">Width</a>, and <a class="xref" href="C1.Report.FieldBase.Height.html#C1_Report_FieldBase_Height">Height</a> properties.</p>
<p>These properties are expressed in twips, and the position is relative to the field's containing section.</p>
</div>
</div>
