TBasedxPrintStyle Class
The base style for printing reports.
Declaration
TBasedxPrintStyle = class(
TComponent
)
Remarks
The ExpressPrinting System now incorporates a style feature. You may now print using a variety of custom settings (styles) within any report. For instance, you can print the ExpressQuantumGrid on different paper formats without any additional page setup. The TBasedxPrintStyle represents a style that includes special page setup settings, such as margins, orientation, print order, header/footer text, etc.
Inheritance
TObject
TPersistent
TComponent
TBasedxPrintStyle
See Also