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

ObjectDataProvider(Object) Constructor

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

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public ObjectDataProvider(
    object dataSource
)

Parameters

Name Type Description
dataSource Object

A Object value.

See Also