Class ReportFileResolver
Creates an Uri
Inherited Members
Namespace: Telerik.Reporting.Services.WebApi
Assembly: Telerik.Reporting.Services.WebApi.dll
Syntax
[Obsolete("The Telerik.Reporting.Services.WebApi.ReportFileResolver is now obsolete. Please use the Telerik.Reporting.Services.UriReportSourceResolver class instead.")]
public class ReportFileResolver : ReportResolverBase, IReportResolver
Constructors
ReportFileResolver()
Initializes a new instance of the Report
Declaration
public ReportFileResolver()
ReportFileResolver(String)
Initializes a new instance of the Report
Declaration
public ReportFileResolver(string repositoryDirectory)
Parameters
System. Physical directory where .trdx reports are located. Used as path prefix when relative path is passed for resolving. |
Methods
ResolveReport(String)
Creates a Uri
Declaration
protected override ReportSource ResolveReport(string report)
Parameters
System. The string report representation to resolve. |
Returns
Report The resulting report source. |
Overrides
Remarks
Accepts relative and absolute paths.