Version

IRevealSdkContext Interface Members

The following tables list the members exposed by IRevealSdkContext.

Public Properties
 NameDescription
 PropertyAuthenticationProviderProperty used to return credentials to use for data sources requiring them, like MS SQL Server and the other database providers.  
 PropertyDataProviderProperty used to return in-memory data when RVInMemoryDataSourceItem is used.  
 PropertyDataSourceProviderProperty 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.  
Public Methods
 NameDescription
 MethodGetDashboardAsyncCallback method used to return the contents (in rdash format) of the given dashboard. See the developer guide for more information.  
 MethodSaveDashboardAsyncCallback method used to store changes to the specified dashboard. See the developer guide for more information.  
See Also