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

TdxPrintStyleManager Class

Allows a user to apply different print styles to a report.

#Declaration

Delphi
TdxPrintStyleManager = class(
    TcxScalableComponent
)

#Remarks

The ExpressPrinting System incorporates a Style feature, which allows you to print a report using a variety of custom setting (styles). For instance, you can print the ExpressQuantumGrid on different paper formats without any additional page setup. This feature is implemented by the TdxPrintStyleManager component.

See Also