Version

DataSourceProvider Property

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.
Syntax
'Declaration
 
Public Property DataSourceProvider As IRVDataSourceProvider
public IRVDataSourceProvider DataSourceProvider {get; set;}

Property Value

Property used to replace data sources on dashboards being opened
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also