This topic has not yet been rated - Rate this topic

ITemporaryStorage Interface 

Provides custom storage for temporary data.

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

public interface ITemporaryStorage
public interface ITemporaryStorage
public interface ITemporaryStorage

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.