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

IDataProvider Methods

Implements methods that allow working with a data source that is used by a Silverlight Report Wizard.
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