Enum PrintMode
Specifies the report printing mode.
Namespace: FastReport
Assembly: FastReport.dll
Syntax
public enum PrintMode
Fields
Name | Description |
---|---|
Default | Specifies the default printing mode. One report page produces one printed paper sheet of the same size. |
Scale | Specifies the scale mode. One or several report pages produce one bigger paper sheet. Use this mode to print A5 report on A4 printer. |
Split | Specifies the split mode. Big report page produces several smaller paper sheets. Use this mode to print A3 report on A4 printer. |