Skip to main content
All docs
V25.1
  • XRPdfContent Events

    A control that renders PDF file content in a report.
    Name Description
    AfterPrint Occurs after an XRControl object is displayed in the report. Inherited from XRControl.
    BeforePrint Occurs before an XRControl object creates its image in a report being generated. Inherited from XRControl.
    Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
    Draw
    EvaluateBinding Occurs after a data-bound XRControl object obtains data from its data source. Inherited from XRControl.
    HtmlItemCreated
    LocationChanged Occurs when the value of the XRControl.LocationF property is changed. Inherited from XRControl.
    ParentChanged Occurs when the XRControl instance’s parent is changed. Inherited from XRControl.
    PreviewClick
    PreviewDoubleClick
    PreviewMouseDown
    PreviewMouseMove
    PreviewMouseUp
    PrintOnPage
    SizeChanged
    TextChanged
    See Also