ClassUriReportSourceResolver
Creates an UriReportSource instance from relative path to .trdx/.trdp file.
Definition
Namespace:Telerik.Reporting.Services
Assembly:Telerik.Reporting.dll
Syntax:
public class UriReportSourceResolver : ReportSourceResolverBase, IReportSourceResolver
Inheritance: objectReportSourceResolverBaseUriReportSourceResolver
Implements:
Inherited Members
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
repositoryDirectory
string
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
report
string
The string report representation to resolve.
Returns
The resulting report source.
Overrides
Remarks
Accepts relative and absolute paths.