# GrapeCity.ActiveReports.PageReportModel.BorderWidth.Left

## Content

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



<h1 id="GrapeCity_ActiveReports_PageReportModel_BorderWidth_Left_" data-uid="GrapeCity.ActiveReports.PageReportModel.BorderWidth.Left*">Left Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_PageReportModel_BorderWidth_Left_" data-uid="GrapeCity.ActiveReports.PageReportModel.BorderWidth.Left*"></a>
<h4 id="GrapeCity_ActiveReports_PageReportModel_BorderWidth_Left" data-uid="GrapeCity.ActiveReports.PageReportModel.BorderWidth.Left">Left</h4>
<div class="markdown level1 summary"><p>Gets or sets a width of the left border.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ExpressionInfo Left { 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.Length.html">Length</a> value indicating the width of the left border.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_PageReportModel_BorderWidth_Left_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Default value is <code>1pt</code>; the maximum is <code>20pt</code>; the minimum is <code>.25pt</code>.</p>
</div>
</div>
