TdxPSPrintStyle Class
In This Article
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