New to Telerik ReportingStart a free 30-day trial

Represents an object which creates instances of particular storage implementation.

Definition

Namespace:Telerik.Reporting.Cache.Interfaces

Assembly:Telerik.Reporting.dll

Syntax:

C#
public interface IStorageProvider

Methods

Creates an instance of storage.

C#
IStorage CreateStorage()
Returns:

IStorage

The newly created storage instance.

Initializes the provider instance with parameters used to configure each newly created storage instance.

C#
void Initialize(IDictionary<string, string> parameters)
Parameters:parametersIDictionary<string, string>

Dictionary of name-value pairs representing storage configuration parameters.