Class TypeReportSourceResolver
Creates a string representation from Uri
Inherited Members
Namespace: Telerik.ReportViewer.Mvc
Assembly: Telerik.ReportViewer.Mvc.dll
Syntax
[Obsolete]
public class TypeReportSourceResolver : ReportSourceResolver, IReportResolver
Constructors
TypeReportSourceResolver()
Initializes a new instance of the Type
Declaration
public TypeReportSourceResolver()
TypeReportSourceResolver(IReportResolver)
Initializes a new instance of the Type
Declaration
public TypeReportSourceResolver(IReportResolver parent)
Parameters
IReport The fallback resolver |
Methods
CanResolve(ReportSource)
Determines if a Report
Declaration
protected override bool CanResolve(ReportSource reportSource)
Parameters
Report The Report |
Returns
System. True if the Report |
Overrides
Resolve(ReportSource)
Resolves the Report
Declaration
protected override string Resolve(ReportSource reportSource)
Parameters
Report The Report |
Returns
System. The resolved Report |