Class UriReportSourceResolver
Creates an UriReportSource instance from relative path to .trdx/.trdp file.
Inherited Members
Namespace: Telerik.Reporting.Services
Assembly: Telerik.Reporting.dll
Syntax
public class UriReportSourceResolver : ReportSourceResolverBase, IReportSourceResolver
Constructors
UriReportSourceResolver()
Initializes a new instance of the UriReportSourceResolver class. Relative paths will be resolved against the application root.
Declaration
public UriReportSourceResolver()
UriReportSourceResolver(String)
Initializes a new instance of the UriReportSourceResolver class.
Declaration
public UriReportSourceResolver(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.