Class UriReportSourceResolver
Creates an Uri
Inherited Members
Namespace: Telerik.Reporting.Services
Assembly: Telerik.Reporting.dll
Syntax
public class UriReportSourceResolver : ReportSourceResolverBase, IReportSourceResolver
Constructors
UriReportSourceResolver()
Initializes a new instance of the Uri
Declaration
public UriReportSourceResolver()
UriReportSourceResolver(String)
Initializes a new instance of the Uri
Declaration
public UriReportSourceResolver(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.