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