Skip to main content

TCustomdxComponentPrinter Class

The base class for the component printer.

Declaration

TCustomdxComponentPrinter = class(
    TcxScalableComponent
)

Remarks

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.

Main API Members

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.

Terminal TCustomdxComponentPrinter Class Descendant

Do not use the TCustomdxComponentPrinter class directly. Use the TdxComponentPrinter component instead.

See Also