Skip to main content
A newer version of this page is available.
All docs
V18.2

ObjectDataProvider(Object, String) Constructor

Initializes a new instance of the ObjectDataProvider class with the specified data source and data member.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public ObjectDataProvider(
    object dataSource,
    string dataMember
)

Parameters

Name Type Description
dataSource Object

A Object value.

dataMember String

A String value.

See Also