Class ReportFileResolver
Creates an UriReportSource instance from relative path to .trdx/.trdp file.
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, IReportResolverConstructors
ReportFileResolver()
Initializes a new instance of the ReportFileResolver class. Relative paths will be resolved against the application root.
Declaration
public ReportFileResolver()ReportFileResolver(String)
Initializes a new instance of the ReportFileResolver class.
Declaration
public ReportFileResolver(string repositoryDirectory)Parameters
| System.String
        repositoryDirectory Physical directory where .trdx reports are located. Used as path prefix when relative path is passed for resolving. | 
Methods
ResolveReport(String)
Creates a UriReportSource based on its string representation.
Declaration
protected override ReportSource ResolveReport(string report)Parameters
| System.String
        report The string report representation to resolve. | 
Returns
| ReportSource The resulting report source. | 
Overrides
Remarks
Accepts relative and absolute paths.