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

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

See Also