# C1.Report.FlexReport.RightToLeft

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FlexReport_RightToLeft_" data-uid="C1.Report.FlexReport.RightToLeft*">RightToLeft Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FlexReport_RightToLeft_" data-uid="C1.Report.FlexReport.RightToLeft*"></a>
<h4 id="C1_Report_FlexReport_RightToLeft" data-uid="C1.Report.FlexReport.RightToLeft">RightToLeft</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the fields of the report should use right-to-left rules for rendering text.</p>
<p>If null (which is the default), the value of the static property <a class="xref" href="C1.Report.FlexReport.DefaultRightToLeft.html#C1_Report_FlexReport_DefaultRightToLeft">DefaultRightToLeft</a> is used.</p>
<p>This value may be overridden by individual fields.</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;C1FlexReport.RightToLeft&quot;, &quot;Indicates whether the fields of the report should use right-to-left rules for rendering text. May be overridden by individual fields.&quot;)]
[Browsable(false)]
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;C1FlexReport.RightToLeft&quot;, &quot;Indicates whether the fields of the report should use right-to-left rules for rendering text. May be overridden by individual fields.&quot;)&gt;
&lt;Browsable(False)&gt;
Public Property RightToLeft As Boolean?</code></pre>
</div>
</div>
