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.v20.2.dll

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

Declaration

public ObjectDataProvider(
    object dataSource
)

Parameters

Name Type Description
dataSource Object

A Object value.

See Also