Class ReportTypeResolver
Resolves IReportDocument from report type name.
Inherited Members
Namespace: Telerik.Reporting.Services.WebApi
Assembly: Telerik.Reporting.Services.WebApi.dll
Syntax
[Obsolete("The Telerik.Reporting.Services.WebApi.ReportTypeResolver is now obsolete. Please use the Telerik.Reporting.Services.TypeReportSourceResolver class instead.")]
public class ReportTypeResolver : ReportResolverBase, IReportResolver
Constructors
ReportTypeResolver()
Methods
ResolveReport(String)
Creates a Type
Declaration
protected override ReportSource ResolveReport(string report)
Parameters
System. Report type name. |
Returns
Report The resulting report source. |