IReportResolver
Interface
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:
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)
The string representation of a report document reference
Returns:Remarks:
Supported from the engine are TypeReportSource and UriReportSource