Class ReportTypeResolver
Resolves IReportDocument from report type name
Inherited Members
Namespace: Telerik.Reporting.Services.ServiceStack
Assembly: Telerik.Reporting.Services.ServiceStack.dll
Syntax
[Obsolete("The Telerik.Reporting.Services.ServiceStack.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 TypeReportSource from a report type name.
Declaration
protected override ReportSource ResolveReport(string report)
Parameters
System.String
report
Report type name |
Returns
ReportSource
The resulting report source |