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

TdxCustomChartControlReportLink Class

The base class for the Chart control report link.

#Declaration

Delphi
TdxCustomChartControlReportLink = class(
    TCustomdxPictureReportLink
)

#Remarks

The TdxCustomChartControlReportLink class implements the functionality required to print diagrams displayed in a Chart control. To be able to print chart content or export it to a PDF document, you need to create a TdxChartControlReportLink class instance at design time or runtime to associate the Chart control with a TdxComponentPrinter component in your application.

#Main API Members

The list below outlines key members of the TdxCustomChartControlReportLink class that allow you to define how the Chart control is printed and exported to PDF.

Caption | Description
Specify caption and description for the report link.
IsCurrentLink
Allows you to identify if the report link is active.
ShowPageHeader | ShowPageFooter
Specify if page headers and footers are visible.
DesignReport | ShowDesigner
Display the Report Designer dialog.
ReportTitle | ReportTitleMode | ReportTitleText
Allow you to add a custom title to printed pages.
PrinterPage
Provides access to printer page settings.
PreviewExists
Identifies whether the Print Preview dialog is visible.
Preview
Displays the Print Preview dialog.
PDFExportOptions | ExportToPDF
Allow you to configure PDF export settings and export Chart content to a PDF document.
PageSetup | PageSetupEx
Display the Page Setup dialog.
Print | PrintEx | PrintPages | PrintPagesEx
Print the associated Chart control.

Do not use the TdxCustomChartControlReportLink class directly. Use the TdxChartControlReportLink component instead.

See Also