InterfaceIStorage2
Interface
Represents a storage object used from the reporting engine to store internal state and caching rendered reports.
Definition
Namespace:Telerik.Reporting.Cache.Interfaces
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public interface IStorage2 : IStorage
Inherited Members
Methods
DeleteMasterKey(string)
Deletes all keys starting with the key parameter along with their values (string or byte array) from the storage.
Declaration
cs-api-definition
void DeleteMasterKey(string key)
Parameters
key
string
The key that denotes the stored values that should be removed.