Progress® Telerik® Reporting R1 2021
ReportsHostBase.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.ServiceStackAssembly: Telerik.Reporting.Services.ServiceStack (in Telerik.Reporting.Services.ServiceStack.dll) Version: 15.0.21.120 R1 2021
Syntax
[ObsoleteAttribute("CreateReportResolver method is now obsolete. Please provide service setup using the Telerik.Reporting.Services.ServiceStack.ReportsHostBase.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