IDataProvider Methods
Obsolete. Implements methods that manage data sources utilized by the 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