ClassTypeReportSourceResolver
Creates a string representation from UriReportSource instance.
Definition
Namespace:Telerik.ReportViewer.Mvc
Assembly:Telerik.ReportViewer.Mvc.dll
Syntax:
[Obsolete]
public class TypeReportSourceResolver : ReportSourceResolver, IReportResolver
Inheritance: objectReportSourceResolverTypeReportSourceResolver
Implements:
Constructors
TypeReportSourceResolver()
Initializes a new instance of the TypeReportSourceResolver class.
Declaration
public TypeReportSourceResolver()
TypeReportSourceResolver(IReportResolver)
Initializes a new instance of the TypeReportSourceResolver class.
Declaration
public TypeReportSourceResolver(IReportResolver parent)
Parameters
parent
The fallback resolver
Methods
CanResolve(ReportSource)
Determines if a ReportSource can be resolved as a TypeReportSource.
Declaration
protected override bool CanResolve(ReportSource reportSource)
Parameters
reportSource
The ReportSource to be resolved.
Returns
bool
True if the ReportSource can be resolved as TypeReportSource. Otherwise returns false.
Overrides
Resolve(ReportSource)
Resolves the ReportSource as TypeReportSource to string.
Declaration
protected override string Resolve(ReportSource reportSource)
Parameters
reportSource
The ReportSource to be resolved.
Returns
string
The resolved ReportSource as string.
Overrides