ISharedDataSourceResolver
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:
C#
public interface ISharedDataSourceResolver
Derived Classes:
Methods
Returns the resolved DataSource instance from the provided sharedDataSourceUri.
C#
DataSource Resolve(string sharedDataSourceUri)
URI to the SharedDataSource.
Returns:byte[] or string