Skip to main content
A newer version of this page is available. .

TCustomdxComponentPrinter Class

The base class for the component printer.

Declaration

TCustomdxComponentPrinter = class(
    TcxScalableComponent
)

Remarks

A component printer allows you to print content of any control in your application. Create a compatible report link for a target control in the component printer to be able to print the control.

The TCustomdxComponentPrinter class has the following members that allow you to:

Do not use the TCustomdxComponentPrinter class directly. Use its descendant instead.

See Also