Progress® Telerik® Reporting R3 2020
ReportServiceConfiguration.ReportResolver Property
Note: This API is now obsolete.
Gets or sets an IReportResolver
implementation instance that will be used for report resolving from the service.
Namespace:
Telerik.Reporting.ServicesAssembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
[ObsoleteAttribute("The Telerik.Reporting.Services.ReportServiceConfiguration.ReportResolver property is now obsolete. Please use Telerik.Reporting.Services.ReportServiceConfiguration.ReportSourceResolver instead.")] public IReportResolver ReportResolver { get; set; }
Return Value
Type: IReportResolverImplements
IReportServiceConfigurationReportResolverRemarks
Use this property setter in order to provide a report resolver instance.
May be one of the built-in report resolvers or a custom implementation resolver.
Built-in resolvers may be chained.
This is mandatory setting without defaults.
Version Information
Obsolete (compiler warning) in 1.0.1
See Also
Reference
[!:Telerik.Reporting.Services.IReportResolver]
[!:Telerik.Reporting.Services.WebApi.ReportFileResolver]
[!:Telerik.Reporting.Services.WebApi.ReportTypeResolver]