ReportExportEventArgs クラス

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

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

構文

'宣言
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportExportEventArgs
    Inherits CancelEventArgs
'使用
Dim instance As ReportExportEventArgs
[ComVisibleAttribute(false)] 
public sealed class ReportExportEventArgs : CancelEventArgs
[ComVisibleAttribute(false)] 
public ref class ReportExportEventArgs sealed : public CancelEventArgs
/** @attribute ComVisibleAttribute(false) */ 
public final class ReportExportEventArgs extends CancelEventArgs
ComVisibleAttribute(false) 
public final class ReportExportEventArgs extends CancelEventArgs

解説

ReportExport イベントの発生時に ReportExportEventHandler デリゲートに渡されます。

継承階層

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

スレッド セーフ

この型のすべてのパブリックな静的 (Visual Basic では Shared) メンバは、スレッド セーフです。すべてのインスタンス メンバが、スレッド セーフであることは保証されていません。

参照

リファレンス

ReportExportEventArgs メンバ
Microsoft.Reporting.WinForms 名前空間