Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also