Skip to main content
All docs
V26.1
  • TdxCustomReportControl Events

    The base class for the VCL Report control.
    Name Description
    OnAlignInsertBefore Inherited from TWinControl.
    OnAlignPosition Inherited from TWinControl.
    OnCanResize Inherited from TControl.
    OnClick Inherited from TControl.
    OnConstrainedResize Inherited from TControl.
    OnContextPopup Inherited from TControl.
    OnDblClick Inherited from TControl.
    OnDesignerFormShow Allows you to customize Report Designer dialog form settings.
    OnDockDrop Inherited from TWinControl.
    OnDockOver Inherited from TWinControl.
    OnDragDrop Inherited from TControl.
    OnDragOver Inherited from TControl.
    OnEndDock Inherited from TControl.
    OnEndDrag Inherited from TControl.
    OnEnter Inherited from TWinControl.
    OnExit Inherited from TWinControl.
    OnExport Allows you to modify the report export target or prevent users from exporting a report.
    OnFocusChanged protected Inherited from TcxControl.
    OnGesture Inherited from TControl.
    OnGetSiteInfo Inherited from TWinControl.
    OnKeyDown Inherited from TWinControl.
    OnKeyPress Inherited from TWinControl.
    OnKeyUp Inherited from TWinControl.
    OnLayoutChanged Allows you to respond to dashboard layout changes made in the Report Designer dialog.
    OnMouseActivate Inherited from TControl.
    OnMouseDown Inherited from TControl.
    OnMouseEnter protected Occurs when the mouse pointer enters into the control. Inherited from TcxControl.
    OnMouseLeave protected Occurs when the mouse pointer leaves the control. Inherited from TcxControl.
    OnMouseMove Inherited from TControl.
    OnMouseUp Inherited from TControl.
    OnMouseWheel Inherited from TControl.
    OnMouseWheelDown Inherited from TControl.
    OnMouseWheelUp Inherited from TControl.
    OnPrintPreview Allows you to obtain a print preview report document (in the PDF format).
    OnResize Inherited from TControl.
    OnResolveConnection Allows you to map different data connection components to the same data source name referenced within the current report layout definition.
    OnStartDock Inherited from TControl.
    OnStartDrag Inherited from TControl.
    OnUnDock Inherited from TWinControl.
    OnViewerFormShow Allows you to customize Report Viewer dialog form settings.
    See Also