# GrapeCity.ActiveReports.PageReportModel.BorderStyle.Right

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_PageReportModel_BorderStyle_Right_" data-uid="GrapeCity.ActiveReports.PageReportModel.BorderStyle.Right*">Right Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_BorderStyle_Right_" data-uid="GrapeCity.ActiveReports.PageReportModel.BorderStyle.Right*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_BorderStyle_Right" data-uid="GrapeCity.ActiveReports.PageReportModel.BorderStyle.Right">Right</h4>
<div class="markdown level1 summary"><p>Gets or sets a style of the right border.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[ExpressionBaseType(typeof(BorderDrawingStyle))]
public ExpressionInfo Right { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports.Core.Data.ExpressionInfo/GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.html">ExpressionInfo</a></td>
      <td><p>An <a class="xref" href="../MESCIUS.ActiveReports.Core.Data.ExpressionInfo/GrapeCity.Enterprise.Data.Expressions.ExpressionInfo.html">ExpressionInfo</a> object evaluating to a <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.BorderDrawingStyle.html">BorderDrawingStyle</a> value for the right border.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_PageReportModel_BorderStyle_Right_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Default value is <a class="xref" href="GrapeCity.ActiveReports.PageReportModel.BorderDrawingStyle.html#GrapeCity_ActiveReports_PageReportModel_BorderDrawingStyle_None">None</a>. Valid values are listed in the table below.</p>
<table><thead><tr><th class="term">BorderStyle</th><th class="description">Description</th></tr></thead><tbody><tr><td class="term">None</td><td class="description">No border line is drawn around the report item.</td></tr><tr><td class="term">Dotted</td><td class="description">A dotted line is drawn around the report item.</td></tr><tr><td class="term">Dashed</td><td class="description">A dashed line is drawn around the report item.</td></tr><tr><td class="term">Solid</td><td class="description">A solid line is drawn around the report item.</td></tr><tr><td class="term">Double</td><td class="description">A double line is drawn around the report item.</td></tr><tr><td class="term">Groove</td><td class="description">A grooved line is drawn around the report item.</td></tr><tr><td class="term">Ridge</td><td class="description">A ridged line is drawn around the report item.</td></tr><tr><td class="term">Inset</td><td class="description">An inset line is drawn around the report item.</td></tr><tr><td class="term">WindowInset</td><td class="description">A Windows-style inset line is drawn around the report item.</td></tr><tr><td class="term">Outset</td><td class="description">An outset line is drawn around the report item.</td></tr><tr><td class="term">DashDot</td><td class="description">A line of alternating dashes and dots is drawn around the report item.</td></tr><tr><td class="term">DashDotDot</td><td class="description">A line of alternating dashes and double-dots is drawn around the report item.</td></tr></tbody></table>
</div>
</div>
