Skip to main content

ObjectDataProvider(Object) Constructor

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

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ObjectDataProvider(
    object dataSource
)

Parameters

Name Type Description
dataSource Object

A Object value.

See Also