The following tables list the members exposed by IRevealSdkContext.
Name | Description | |
---|---|---|
![]() | AuthenticationProvider | Property used to return credentials to use for data sources requiring them, like MS SQL Server and the other database providers. |
![]() | DataProvider | Property used to return in-memory data when RVInMemoryDataSourceItem is used. |
![]() | DataSourceProvider | Property used to replace data sources on dashboards being opened. Useful to change some properties on database data sources (like server host, database name or table name) based on the current user or to use in-memory data sources. See the developer guide for more information. |
Name | Description | |
---|---|---|
![]() | GetDashboardAsync | Callback method used to return the contents (in rdash format) of the given dashboard. See the developer guide for more information. |
![]() | SaveDashboardAsync | Callback method used to store changes to the specified dashboard. See the developer guide for more information. |