InterfaceIResourceResolver
Interface
An interface that resolves resources. 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.Interfaces
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public interface IResourceResolver
Methods
Resolve(string)
Returns the path to the resource or its raw data as byte array.
Declaration
cs-api-definition
object Resolve(string resourceUri)
Parameters
resourceUri
string
URI to the resource to be resolved.
Returns
object
byte[] or string