Class ReportResolverBase
Base report resolver with fallback mechanism.
Inheritance
System.Object
ReportResolverBase
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 abstract class ReportResolverBase : IReportResolver
Constructors
ReportResolverBase(IReportResolver)
Declaration
protected ReportResolverBase(IReportResolver parentResolver)
Parameters
IReportResolver
parentResolver
|
Methods
ResolveError(String)
Declaration
protected static Exception ResolveError(string report)
Parameters
System.String
report
|
Returns
System.Exception
|
ResolveError(String, Exception)
Declaration
protected static Exception ResolveError(string report, Exception e)
Parameters
System.String
report
|
System.Exception
e
|
Returns
System.Exception
|
ResolveReport(String)
Declaration
protected abstract ReportSource ResolveReport(string report)
Parameters
System.String
report
|
Returns
ReportSource
|
Explicit Interface Implementations
IReportResolver.Resolve(String)
Declaration
ReportSource IReportResolver.Resolve(string report)
Parameters
System.String
report
|
Returns
ReportSource
|