C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / LabelOffset Property

In This Topic
LabelOffset Property (FlexReport)
In This Topic
Gets or sets the position of the first label on a partially used sheet.
Syntax
'Declaration
 
Public Property LabelOffset As Integer
 
Remarks
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 LabelOffset property to 6 in order to skip the labels that have already been used.
See Also