InterfaceISharedDataSourceResolver
Interface
An interface that resolves SharedDataSource instances. The built-in implementations include resolving from a path and a Report Server-specific implementation that resolves from Report Server's storage.
Definition
Namespace:Telerik.Reporting.Processing.Data
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public interface ISharedDataSourceResolver
Methods
Resolve(string)
Returns the resolved DataSource instance from the provided sharedDataSourceUri.
Declaration
cs-api-definition
DataSource Resolve(string sharedDataSourceUri)
Parameters
sharedDataSourceUri
string
URI to the SharedDataSource.
Returns
byte[] or string