Click or drag to resize

IStiPageBreak Interface

[Missing <summary> documentation for "T:Stimulsoft.Report.Components.IStiPageBreak"]

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public interface IStiPageBreak

The IStiPageBreak type exposes the following members.

Properties
  NameDescription
Public propertyBreakIfLessThan
Gets or sets value which indicates how much free space is on a page (in per cent) should be reserved for formation of a new page or a new column. The value should be set in the range from 0 to 100. If the value is 100 then, in any case, a new page or a new column will be formed. This property is used together with NewPageBefore, NewPageAfter, NewColumnBefore, NewColumnAfter properties.
Public propertyNewColumnAfter
If the value of this property is true, then, after output of a band, a new column will be generated.
Public propertyNewColumnBefore
If the value of this property is true, then, before output of a band, a new column will be generated. Output of a band will be continued on the next column.
Public propertyNewPageAfter
If the value of this property is true, then, after output of a band, a new page will be generated.
Public propertyNewPageBefore
If the value of this property is true, then, before output of a band, a new page will be generated. Output of a band will be continued on the next page.
Public propertySkipFirst
If the value of this property is true, then, a new page/column will be generated only starting from the second case.
Top
See Also