次の方法で共有


ITemporaryStorage インターフェイス

一時データのカスタム ストレージを提供します。

名前空間:  Microsoft.Reporting.WebForms
アセンブリ:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)

構文

'宣言
Public Interface ITemporaryStorage
'使用
Dim instance As ITemporaryStorage
public interface ITemporaryStorage
public interface class ITemporaryStorage
type ITemporaryStorage =  interface end
public interface ITemporaryStorage

ITemporaryStorage 型は、以下のメンバーを公開しています。

メソッド

  名前 説明
パブリック メソッド CreateTemporaryStream 一時データを格納するストリームを提供します。

Top

説明

既定では、ReportViewer コントロールは一時データ (表示の出力など) をメモリに保持します。ITemporaryStorage を実装すると、一時データを格納する別の場所を指定できます。Web.config ファイルの ReportViewerTemporaryStorage キーを使用して、カスタム アプリケーション設定として構成できます。

関連項目

参照

Microsoft.Reporting.WebForms 名前空間

その他の技術情報

ReportViewer 用の Web.config 設定