Class FileReportSourceResolver
Creates an relative path to .trdx/.trdp file from Uri
Inherited Members
Namespace: Telerik.ReportViewer.Mvc
Assembly: Telerik.ReportViewer.Mvc.dll
Syntax
[Obsolete]
public class FileReportSourceResolver : ReportSourceResolver, IReportResolver
Constructors
FileReportSourceResolver()
Initializes a new instance of the File
Declaration
public FileReportSourceResolver()
FileReportSourceResolver(String)
Initializes a new instance of the File
Declaration
public FileReportSourceResolver(string basePath)
Parameters
System. Physical directory where .trdx/.trdp reports are located. Used as path prefix when relative path is passed for resolving. |
FileReportSourceResolver(IReportResolver, String)
Initializes a new instance of the File
Declaration
public FileReportSourceResolver(IReportResolver parent, string basePath)
Parameters
IReport The fallback resolver |
System. Physical directory where .trdx/.trdp reports are located. Used as path prefix when relative path is passed for resolving. |
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 |