ITemporaryStorage-Schnittstelle
Provides custom storage for temporary data.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
'Usage
Hinweise
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.
Siehe auch
Verweis
ITemporaryStorage-Member
Microsoft.Reporting.WebForms-Namespace