Udostępnij za pośrednictwem


Interfejs ITemporaryStorage

Provides custom storage for temporary data.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
Public Interface ITemporaryStorage
public interface ITemporaryStorage
public interface class ITemporaryStorage
type ITemporaryStorage =  interface end
public interface ITemporaryStorage

Typ ITemporaryStorage uwidacznia następujące elementy członkowskie.

Metody

  Nazwa Opis
Metoda publiczna CreateTemporaryStream Provides a stream for storing temporary data.

Początek

Uwagi

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.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.Reporting.WebForms

Inne zasoby

Web.config Settings for ReportViewer