Share via


Interfaz ITemporaryStorage

Provides custom storage for temporary data.

Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en microsoft.reportviewer.webforms.dll)

Sintaxis

Comentarios

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.

Vea también

Referencia

Miembros ITemporaryStorage
Espacio de nombres Microsoft.Reporting.WebForms

Conceptos

Configuración de web.config para ReportViewer