Interface IReportResolver
Resolves IReportDocument
Namespace: Telerik.Reporting.Service
Assembly: Telerik.Reporting.Service.dll
Syntax
public interface IReportResolver
Methods
Resolve(String)
Resolves IReportDocument based on the specified report description.
Declaration
ReportSource Resolve(string report)
Parameters
System.String
report
The report. |
Returns
ReportSource
|