Class ReportFileResolver
Creates an UriReportSource instance from relative path to .trdx/.trdp file
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 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/trdp 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