Back to Devexpress

TdxPrintStyleManager Class

vcl-dxpgsdlg.md

latest1.1 KB
Original Source

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.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxScalableComponent TdxPrintStyleManager

See Also

TdxPrintStyleManager Members

dxPgsDlg Unit