Click or drag to resize

StiFooterBandStartNewPageIfLessThan Property

Gets or sets value which indicates how much free space on a page (in percentage terms) should be reserved for formation of a new page. The value should be set in the range from 0 to 100. If the value is 100 then, in any case, a new page will be formed. This property is used together with the StartNewPage property.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual float StartNewPageIfLessThan { get; set; }

Property Value

Type: Single

Implements

IStiStartNewPageStartNewPageIfLessThan
See Also