Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XPO

Do the following to bind a report to XPO data:

  1. Define a persistent object class. This is the class that inherits from the PersistentBase class or applies the Persistent attribute.

  2. Create an XPObjectSource object for the persistent object class.

  3. Set the report’s DataSource property to the created XPObjectSource object.

The following tutorials demonstrate how to do this at design time and runtime: