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