Progress® Telerik® Reporting R1 2021
ReportsControllerBase.CreateStorage Method
Note: This API is now obsolete.
Creates an IStorage implementation instance
that will be used for internal storage from the service.
Namespace:
Telerik.Reporting.Services.WebApiAssembly: Telerik.Reporting.Services.WebApi (in Telerik.Reporting.Services.WebApi.dll)
Syntax
[ObsoleteAttribute("CreateStorage method is now obsolete. Please provide service setup using the Telerik.Reporting.Services.WebApi.ReportsControllerBase.ReportServiceConfiguration property.")] protected virtual IStorage CreateStorage()
Return Value
Type: IStorageAn instance of storage that will be used from the controller in order to preserve its cache/state.
Remarks
Override this method in order to create the storage instance.
May be one of the built-in storage implementations or a custom implementation.
Version Information
Obsolete (compiler warning) in 1.0.1