Back to Devexpress

TCustomdxComponentPrinter Class

vcl-dxpscore-f6e57ed2.md

latest4.4 KB
Original Source

TCustomdxComponentPrinter Class

The base class for the component printer.

Declaration

delphi
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.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxScalableComponent TCustomdxComponentPrinter

See Also

TCustomdxComponentPrinter Members

dxPSCore Unit