InterfaceIReportResolver
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:
cs-api-definition
[Obsolete("The Telerik.Reporting.Services.Engine.IReportResolver interface is now obsolete. Please use Telerik.Reporting.Services.IReportSourceResolver instead.")]
public interface IReportResolver
Methods
Resolve(string)
Creates a ReportSource based on its string representation.
Declaration
cs-api-definition
[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
report
string
The string representation of a report document reference
Returns
Remarks
Supported from the engine are TypeReportSource and UriReportSource