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

ObjectDataProvider Constructors

A Report Wizard‘s data provider that works with object model data sources (e.g., Entity Framework or XPO).
Name Parameters Description
ObjectDataProvider(Object, String) dataSource, dataMember Initializes a new instance of the ObjectDataProvider class with the specified data source and data member.
ObjectDataProvider(Object) dataSource Initializes a new instance of the ObjectDataProvider class with the specified data source.
See Also