New to Telerik ReportingStart a free 30-day trial

Represents a resolver that creates ReportSource from a string representation of a report document reference

Definition

Namespace:Telerik.Reporting.Services.Engine

Assembly:Telerik.Reporting.dll

Syntax:

C#
[Obsolete("The Telerik.Reporting.Services.Engine.IReportResolver interface is now obsolete. Please use Telerik.Reporting.Services.IReportSourceResolver instead.")]
public interface IReportResolver

Derived Classes: ReportFileResolverReportResolverBaseReportTypeResolver

Methods

Creates a ReportSource based on its string representation.

C#
[Obsolete("The Telerik.Reporting.Services.Engine.IReportResolver.Resolve method is now obsolete. Please use Telerik.Reporting.Services.IReportSourceResolver.Resolve instead.")]
ReportSource Resolve(string report)
Parameters:reportstring

The string representation of a report document reference

Returns:

ReportSource

Remarks:

Supported from the engine are TypeReportSource and UriReportSource

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