Creates an UriReportSource instance from relative path to .trdx/.trdp file.
Definition
Namespace:Telerik.Reporting.Services
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class UriReportSourceResolver : ReportSourceResolverBase, IReportSourceResolver
Inheritance: objectReportSourceResolverBaseUriReportSourceResolver
Implements:
Inherited Members
Constructors
Initializes a new instance of the UriReportSourceResolver class. Relative paths will be resolved against the application root.
C#
public UriReportSourceResolver()
Initializes a new instance of the UriReportSourceResolver class.
C#
public UriReportSourceResolver(string repositoryDirectory)
Physical directory where .trdx reports are located. Used as path prefix when relative path is passed for resolving.
Methods
Creates a UriReportSource based on its string representation.
C#
protected override ReportSource ResolveReport(string report)
The string report representation to resolve.
Returns:The resulting report source.
Overrides:
Remarks:
Accepts relative and absolute paths.