Skip to main content
All docs
V23.2

TdxCustomChartControlReportLink Class

The base class for the Chart control report link.

Declaration

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
Invoke 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
Invokes the Print Preview dialog.
PDFExportOptions | ExportToPDF
Allow you to configure PDF export settings and export Chart content to a PDF document.
PageSetup | PageSetupEx
Invoke 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