New to Telerik ReportingStart a free 30-day trial

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:

C#
public interface IResourceResolver

Derived Classes: PathResourceResolver

Methods

Returns the path to the resource or its raw data as byte array.

C#
object Resolve(string resourceUri)
Parameters:resourceUristring

URI to the resource to be resolved.

Returns:

object

byte[] or string

In this article
DefinitionMethodsResolve(string)
Not finding the help you need?
Contact Support