Skip to main content
A newer version of this page is available. .

XRControl.AfterPrint Event

Occurs after an XRControl object is displayed in the report.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public virtual event EventHandler AfterPrint

Event Data

The AfterPrint event's data class is EventArgs.

Remarks

This event can be used to change the properties of an XRControl object programmatically.

The AfterPrint event is raised along with the other events listed below in the following order:

To learn more, see Report Events.

The following code snippets (auto-collected from DevExpress Examples) contain references to the AfterPrint event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also