# C1.Report.Layout.MarginRight

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_Layout_MarginRight_" data-uid="C1.Report.Layout.MarginRight*">MarginRight Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_Layout_MarginRight_" data-uid="C1.Report.Layout.MarginRight*"></a>
<h4 id="C1_Report_Layout_MarginRight" data-uid="C1.Report.Layout.MarginRight">MarginRight</h4>
<div class="markdown level1 summary"><p>Gets or sets the right margin for each page, 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.MarginRight&quot;, &quot;The right page margin, in twips.&quot;)]
[TypeConverter(typeof(PageUnitConverter))]
public double MarginRight { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Description(&quot;Layout.MarginRight&quot;, &quot;The right page margin, in twips.&quot;)&gt;
&lt;TypeConverter(GetType(PageUnitConverter))&gt;
Public Property MarginRight As Double</code></pre>
</div>
<h5 id="C1_Report_Layout_MarginRight_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The margins are measured in twips, from the edges of the paper. You can select the paper size and orientation using the
<a class="xref" href="C1.Report.Layout.PaperSize.html#C1_Report_Layout_PaperSize">PaperSize</a> and <a class="xref" href="C1.Report.Layout.Orientation.html#C1_Report_Layout_Orientation">Orientation</a> properties.</p>
</div>
</div>
