Interface IReportResolver
Represents a resolver that creates ReportSource from a string representation of a report document reference
Namespace: Telerik.Reporting.Services.Engine
Assembly: Telerik.Reporting.dll
Syntax
[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
[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
System.String
report
The string representation of a report document reference |
Returns
ReportSource
|
Remarks
Supported from the engine are TypeReportSource and UriReportSource