vcl-dxpscore-f6e57ed2.md
The base class for the component printer.
TCustomdxComponentPrinter = class(
TcxScalableComponent
)
The component printer allows you to print content of any control in your application. Create a compatible report link for a control in the component printer to be able to print the control.
The list below outlines key members of the TCustomdxComponentPrinter class that allow you to manage report links and print content of different controls in your application.
Do not use the TCustomdxComponentPrinter class directly. Use the TdxComponentPrinter component instead.
TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxScalableComponent TCustomdxComponentPrinter
See Also