# C1.Report.FlexReport.LabelOffset

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_FlexReport_LabelOffset_" data-uid="C1.Report.FlexReport.LabelOffset*">LabelOffset Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_FlexReport_LabelOffset_" data-uid="C1.Report.FlexReport.LabelOffset*"></a>
<h4 id="C1_Report_FlexReport_LabelOffset" data-uid="C1.Report.FlexReport.LabelOffset">LabelOffset</h4>
<div class="markdown level1 summary"><p>Gets or sets the position of the first label on a partially used sheet.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public int LabelOffset { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Property LabelOffset As Integer</code></pre>
</div>
<h5 id="C1_Report_FlexReport_LabelOffset_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property allows you to print labels on partially used label sheets. For example,
if you have a sheet with 12 labels and have already used 5, set the <b>LabelOffset</b>
property to 6 in order to skip the labels that have already been used.</p>
</div>
</div>
