FastReport.Net.Demo by Fast Reports Inc.

<PackageReference Include="FastReport.Net.Demo" Version="2022.1.11" />

.NET API 15,735,296 bytes

 PrintMode

public enum PrintMode
Specifies the report printing mode.
Default = 0

Specifies the default printing mode. One report page produces one printed paper sheet of the same size.

Scale = 2

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 = 1

Specifies the split mode. Big report page produces several smaller paper sheets. Use this mode to print A3 report on A4 printer.