ITemporaryStorage Interface

Provides custom storage for temporary data.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public Interface ITemporaryStorage
'Usage
Dim instance As ITemporaryStorage
public interface ITemporaryStorage
public interface class ITemporaryStorage
public interface ITemporaryStorage
public interface ITemporaryStorage

Remarks

By default the ReportViewer control holds temporary data (such as output of rendering) in memory. You can implement ITemporaryStorage to provide an alternate location to store temporary data. This may be configured as a custom application setting by using the ReportViewerTemporaryStorage key in the Web.config file.

See Also

Reference

ITemporaryStorage Members
Microsoft.Reporting.WebForms Namespace

Concepts

Web.config Settings for ReportViewer