Skip to main content
All docs
V26.1
  • TdxCustomReportControl.ShowViewer Method

    Displays the Report Viewer dialog.

    Declaration

    procedure ShowViewer;

    Remarks

    Call ShowDesigner and ShowViewer procedures to display Report Designer and Report Viewer dialogs. Global skin and palette settings defined using the Project Settings dialog or a TdxSkinController component affect both dialogs.

    The Report Viewer dialog displays an interactive preview of a document generated from the current XML-based report template:

    VCL Reports: The Report Viewer Dialog

    A ShowViewer procedure call raises the OnViewerFormShow event.

    See Also