Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also