Back to Devexpress

TdxCustomChartControlReportLink Class

vcl-dxpsdxchartcontrollnk-bff7553c.md

latest4.3 KB
Original Source

TdxCustomChartControlReportLink Class

The base class for the Chart control print 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 | DescriptionSpecify caption and description for the print link.IsCurrentLinkAllows you to identify if the print link is active.ShowPageHeader | ShowPageFooterSpecify if page headers and footers are visible.DesignReport | ShowDesignerDisplay the Report Designer dialog.ReportTitle | ReportTitleMode | ReportTitleTextAllow you to add a custom title to printed pages.PrinterPageProvides access to printer page settings.PreviewExistsIdentifies whether the Print Preview dialog is visible.PreviewDisplays the Print Preview dialog.PDFExportOptions | ExportToPDFAllow you to configure PDF export settings and export Chart content to a PDF document.PageSetup | PageSetupExDisplay the Page Setup dialog.Print | PrintEx | PrintPages | PrintPagesExPrint the associated Chart control.

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

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxScalableComponent TBasedxReportLink TCustomdxGraphicReportLink TCustomdxPictureReportLink TdxCustomChartControlReportLink

See Also

TdxComponentPrinter Class

TdxCustomChartControlReportLink Members

dxPSdxChartControlLnk Unit