ReportSourceResolver
Class
Base report resolver
Definition
Namespace:Telerik.ReportViewer.Mvc
Assembly:Telerik.ReportViewer.Mvc.dll
Syntax:
C#
[Obsolete]
public abstract class ReportSourceResolver : IReportResolver
Inheritance: objectReportSourceResolver
Derived Classes:
Implements:
Constructors
Constructor
C#
protected ReportSourceResolver(IReportResolver parent)
The parent resolver.
Methods
Determines if a ReportSource can be resolved.
C#
protected abstract bool CanResolve(ReportSource reportSource)
The ReportSource to be resolved.
Returns:bool
True if the ReportSource can be resolved. Otherwise returns false.
Resolve(ReportSource)
string
Resolves a ReportSource to string.
C#
protected abstract string Resolve(ReportSource reportSource)
The ReportSource to be resolved.
Returns:string
The resolved ReportSource as string.