次の方法で共有


ReportExportEventArgs クラス

 

公開日: 2016年4月

レポートの ReportExport イベントのデータを提供します。

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

継承階層

System.Object
  System.EventArgs
    System.ComponentModel.CancelEventArgs
      Microsoft.Reporting.WinForms.ReportExportEventArgs

構文

[ComVisibleAttribute(false)]
public sealed class ReportExportEventArgs : CancelEventArgs
[ComVisibleAttribute(false)]
public ref class ReportExportEventArgs sealed : CancelEventArgs
[<Sealed>]
[<ComVisibleAttribute(false)>]
type ReportExportEventArgs = 
    class
        inherit CancelEventArgs
    end
<ComVisibleAttribute(False)>
Public NotInheritable Class ReportExportEventArgs
    Inherits CancelEventArgs

コンストラクター

名前 説明
System_CAPS_pubmethod ReportExportEventArgs(RenderingExtension)

ReportExportEventArgs オブジェクトを構築します。

プロパティ

名前 説明
System_CAPS_pubproperty Cancel

(CancelEventArgs から継承されます。)

System_CAPS_pubproperty DeviceInfo

Extension パラメーターで指定されている表示拡張機能に必要な、デバイス固有のコンテンツを含んでいる XML 文字列を取得または設定します。

System_CAPS_pubproperty Extension

レポートをエクスポートするために使用された RenderingExtension を返します。

メソッド

名前 説明
System_CAPS_pubmethod Equals(Object)

(Object から継承されます。)

System_CAPS_pubmethod GetHashCode()

(Object から継承されます。)

System_CAPS_pubmethod GetType()

(Object から継承されます。)

System_CAPS_pubmethod ToString()

(Object から継承されます。)

備考

ReportExport イベントの発生時に T:Microsoft.Reporting.WinForms.ReportExportEventHandler デリゲートに渡されます。

スレッド セーフ

この型のパブリック static (Visual Basic では Shared ) メンバーはスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

Microsoft.Reporting.WinForms 名前空間

トップに戻る