Back to Devexpress

TBasedxPrintStyle Class

vcl-dxpgsdlg-07a79755.md

latest982 B
Original Source

TBasedxPrintStyle Class

The base style for printing reports.

Declaration

delphi
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

TBasedxPrintStyle Members

dxPgsDlg Unit