Class ReportFileResolver
Creates an Uri
Inherited Members
Namespace: Telerik.Reporting.Services.ServiceStack
Assembly: Telerik.Reporting.Services.ServiceStack.dll
Syntax
[Obsolete("The Telerik.Reporting.Services.ServiceStack.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/trdp 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