Skip to main content
All docs
V25.1
  • DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 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

    Specify Data Source Settings (Object)

    • 2 minutes to read

    This page appears if you selected Object on the wizard’s start page.

    #Choose an Object

    Select a constructor from the list. The selected constructor creates an object data source.

    Static classes do not have constructors. Select a class in this case.

    Note

    The Data Source Wizard lists only the registered types. See Register Types for Object Data Source Wizard for details.

    #Choose a Data Member

    Select the method that should provide data or select Entire Object to bind the report to the type’s fields.

    #Configure Parameters

    Specify constructor and/or member parameters, if required.

    You can use expressions to provide data source parameter values. Click the ] button to switch the parameter’s editor to the expression mode. Specify an expression in the parameter’s editor, or click the parameter’s ellipsis button to launch the Expression Editor. You can use report parameters in expressions to specify an input value for a data source parameter.

    To return to the value mode, click the ] button again.

    Click Finish to close the Data Source Wizard.

    Once you finished the wizard, the data source becomes available in the Report Explorer‘s Data Sources node. The Field List reflects the data source structure.

    See Also