InterfaceIReportResolver
Interface
Represents a resolver that creates string representation of a report document reference from a ReportSource
Definition
Namespace:Telerik.ReportViewer.Mvc
Assembly:Telerik.ReportViewer.Mvc.dll
Syntax:
cs-api-definition
[Obsolete]
public interface IReportResolver
Methods
Resolve(ReportSource)
Creates a string representation based on a ReportSource.
Declaration
cs-api-definition
string Resolve(ReportSource reportSource)
Parameters
reportSource
The report source to resolve
Returns
string
The resulting string representation