Class TypeReportSourceResolver
Creates a string representation from UriReportSource instance.
Inherited Members
Namespace: Telerik.ReportViewer.Mvc
Assembly: Telerik.ReportViewer.Mvc.dll
Syntax
[Obsolete]
public class TypeReportSourceResolver : ReportSourceResolver, IReportResolverConstructors
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
| IReportResolver
        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
        reportSource The ReportSource to be resolved. | 
Returns
| System.Boolean 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
        reportSource The ReportSource to be resolved. | 
Returns
| System.String The resolved ReportSource as string. |