Gets or sets the position of the first label on a partially used sheet.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public int LabelOffset { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(False)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ Public Property LabelOffset As Integer Get Set |
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.