Enum PrintOn
Specifies where to print an object.
Namespace: FastReport
Assembly: FastReport.OpenSource.dll
Syntax
[Flags]
public enum PrintOn
Fields
Name | Description |
---|---|
EvenPages | Print the object on even pages only. |
FirstPage | Print the object on the first page. If this flag is not set, the object will not be printed on the first page. |
LastPage | Print the object on the last page. If this flag is not set, the object will not be printed on the last page. You should set the report's double pass option to make it work correctly. |
None | Do not print the object. |
OddPages | Print the object on odd pages only. |
RepeatedBand | Print the object on band with "Repeat on Every Page" flag when that band is repeated. |
SinglePage | Print the object if the report has single page only. |