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

IDataProvider Members

Implements methods that allow working with a data source that is used by a Silverlight Report Wizard.

Properties

Name Description
TablesOrViewsSupported Specifies whether a data source is table-based (e.g., a database), or object-model-based (e.g., an XPO object).

Methods

Name Description
GetColumns(String) Returns a collection of columns available in a data source.
GetData(String) Returns data available in a data source.
GetTables() Returns a collection of tables available in a data source.
GetViews() Returns a collection of views available in a data source.
See Also