# C1.Report.FieldBase.RightToLeft

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FieldBase_RightToLeft_" data-uid="C1.Report.FieldBase.RightToLeft*">RightToLeft Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FieldBase_RightToLeft_" data-uid="C1.Report.FieldBase.RightToLeft*"></a>
<h4 id="C1_Report_FieldBase_RightToLeft" data-uid="C1.Report.FieldBase.RightToLeft">RightToLeft</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether right-to-left text rendering rules should be used.
If null (which is the default), the property <a class="xref" href="C1.Report.FlexReport.RightToLeft.html#C1_Report_FlexReport_RightToLeft">RightToLeft</a> defined on the report is used.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Appearance&quot;)]
[C1Description(&quot;FieldBase.RightToLeft&quot;, &quot;Indicates whether right-to-left rules should be used when rendering text.&quot;)]
public bool? RightToLeft { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Appearance&quot;)&gt;
&lt;C1Description(&quot;FieldBase.RightToLeft&quot;, &quot;Indicates whether right-to-left rules should be used when rendering text.&quot;)&gt;
Public Property RightToLeft As Boolean?</code></pre>
</div>
</div>
