Back to Devexpress

TdxPSPrintStyle Class

vcl-dxpscore-51131743.md

latest1.1 KB
Original Source

TdxPSPrintStyle Class

Provides additional functionality for print styles.

Declaration

delphi
TdxPSPrintStyle = class(
    TBasedxPrintStyle
)

Remarks

TdxPSPrintStyle is an enhanced version of the TBasedxPrintStyle object. Unlike the base print style, this class introduces 4 new events that allow you to extend the functionality of report printing and generation. Additionally, when a TdxPSPrintStyle style is created, style caption and glyph are set to predefined values. Page footer region is also populated with predefined settings: page number is placed within the central footer region; date is placed within the right footer region.

Inheritance

TObject TPersistent TComponent TBasedxPrintStyle TdxPSPrintStyle

See Also

TdxPSPrintStyle Members

dxPSCore Unit