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