| Package | stimulsoft.report.components.interfaces |
| Interface | public interface IStiPageBreak |
| Implementors | StiDynamicBand |
| Property | Defined By | ||
|---|---|---|---|
| breakIfLessThan : Number
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. | IStiPageBreak | ||
| newColumnAfter : Boolean
If the value of this property is true, then, after output of a band, a
new column will be generated. | IStiPageBreak | ||
| newColumnBefore : Boolean
If the value of this property is true, then, before output of a band,
a new column will be generated. | IStiPageBreak | ||
| newPageAfter : Boolean
If the value of this property is true, then, after output of a band, a new page will be generated. | IStiPageBreak | ||
| newPageBefore : Boolean
If the value of this property is true, then, before output of a band, a new page will be
generated. | IStiPageBreak | ||
| skipFirst : Boolean
If the value of this property is true, then, a new page/column will be
generated only starting from the second case. | IStiPageBreak | ||
| breakIfLessThan | property |
breakIfLessThan:NumberGets 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 function get breakIfLessThan():Number public function set breakIfLessThan(value:Number):void| newColumnAfter | property |
newColumnAfter:BooleanIf the value of this property is true, then, after output of a band, a new column will be generated.
public function get newColumnAfter():Boolean public function set newColumnAfter(value:Boolean):void| newColumnBefore | property |
newColumnBefore:BooleanIf 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 function get newColumnBefore():Boolean public function set newColumnBefore(value:Boolean):void| newPageAfter | property |
newPageAfter:BooleanIf the value of this property is true, then, after output of a band, a new page will be generated.
public function get newPageAfter():Boolean public function set newPageAfter(value:Boolean):void| newPageBefore | property |
newPageBefore:BooleanIf 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 function get newPageBefore():Boolean public function set newPageBefore(value:Boolean):void| skipFirst | property |
skipFirst:BooleanIf the value of this property is true, then, a new page/column will be generated only starting from the second case.
public function get skipFirst():Boolean public function set skipFirst(value:Boolean):void