Class ReportSourceResolver
Base report resolver
Inheritance
Namespace: Telerik.ReportViewer.Mvc
Assembly: Telerik.ReportViewer.Mvc.dll
Syntax
[Obsolete]
public abstract class ReportSourceResolver : IReportResolver
Constructors
ReportSourceResolver(IReportResolver)
Constructor
Declaration
protected ReportSourceResolver(IReportResolver parent)
Parameters
IReportResolver
parent
The parent resolver. |
Methods
CanResolve(ReportSource)
Determines if a ReportSource can be resolved.
Declaration
protected abstract bool CanResolve(ReportSource reportSource)
Parameters
ReportSource
reportSource
The ReportSource to be resolved. |
Returns
System.Boolean
True if the ReportSource can be resolved. Otherwise returns false. |
Resolve(ReportSource)
Resolves a ReportSource to string.
Declaration
protected abstract string Resolve(ReportSource reportSource)
Parameters
ReportSource
reportSource
The ReportSource to be resolved. |
Returns
System.String
The resolved ReportSource as string. |
Explicit Interface Implementations
IReportResolver.Resolve(ReportSource)
Declaration
string IReportResolver.Resolve(ReportSource reportSource)
Parameters
ReportSource
reportSource
|
Returns
System.String
|