Class ReportFileResolver
Resolves IReportDocument from physical path to .trdp/.trdx file
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Reporting.Service
Assembly: Telerik.Reporting.Service.dll
Syntax
public class ReportFileResolver : ReportResolverBase, IReportResolver
Constructors
ReportFileResolver(IReportResolver)
Initializes a new instance of the ReportFileResolver class.
Declaration
public ReportFileResolver(IReportResolver parentResolver)
Parameters
IReportResolver
parentResolver
The fallback parent resolver. |
Methods
IsValidReportPath(String)
Declaration
protected virtual bool IsValidReportPath(string path)
Parameters
System.String
path
|
Returns
System.Boolean
|
MapPath(String)
Declaration
protected virtual string MapPath(string path)
Parameters
System.String
path
|
Returns
System.String
|
ResolveReport(String)
Declaration
protected override ReportSource ResolveReport(string report)
Parameters
System.String
report
|
Returns
ReportSource
|