ReportExportEventArgs Class

Provides data for the report ReportExport event.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportExportEventArgs
    Inherits CancelEventArgs
'Usage
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

Remarks

This is passed to the ReportExportEventHandler delegate when an ReportExport event occurs.

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ReportExportEventArgs Members
Microsoft.Reporting.WinForms Namespace