Skip to main content
A newer version of this page is available.
All docs
V19.1

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.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public ObjectDataProvider(
    object dataSource,
    string dataMember
)

Parameters

Name Type Description
dataSource Object

A Object value.

dataMember String

A String value.

See Also