Interface IResourceResolver
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.
Namespace: Telerik.Reporting.Interfaces
Assembly: Telerik.Reporting.dll
Syntax
public interface IResourceResolver
Methods
Resolve(String)
Returns the path to the resource or its raw data as byte array.
Declaration
object Resolve(string resourceUri)
Parameters
System.String
resourceUri
URI to the resource to be resolved. |
Returns
System.Object
byte[] or string |