# C1.Report.FieldBase.MarginRight

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FieldBase_MarginRight_" data-uid="C1.Report.FieldBase.MarginRight*">MarginRight Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FieldBase_MarginRight_" data-uid="C1.Report.FieldBase.MarginRight*"></a>
<h4 id="C1_Report_FieldBase_MarginRight" data-uid="C1.Report.FieldBase.MarginRight">MarginRight</h4>
<div class="markdown level1 summary"><p>Gets or sets the spacing between the right edge of the field and its content, 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.MarginRight&quot;, &quot;The spacing between the right edge of the field and its content, in twips.&quot;)]
[TypeConverter(typeof(PageUnitConverter))]
public double MarginRight { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Layout&quot;)&gt;
&lt;C1Description(&quot;FieldBase.MarginRight&quot;, &quot;The spacing between the right edge of the field and its content, in twips.&quot;)&gt;
&lt;TypeConverter(GetType(PageUnitConverter))&gt;
Public Property MarginRight As Double</code></pre>
</div>
<h5 id="C1_Report_FieldBase_MarginRight_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is useful for rendering fields with borders or solid backgrounds, to add some space
between the borders and the field content.</p>
</div>
</div>
