ReportPrintEventArgs Class

Provides data for the Print and PrintingBegin events.

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportPrintEventArgs
    Inherits CancelEventArgs
'Usage
Dim instance As ReportPrintEventArgs
[ComVisibleAttribute(false)] 
public sealed class ReportPrintEventArgs : CancelEventArgs
[ComVisibleAttribute(false)] 
public ref class ReportPrintEventArgs sealed : public CancelEventArgs
/** @attribute ComVisibleAttribute(false) */ 
public final class ReportPrintEventArgs extends CancelEventArgs
ComVisibleAttribute(false) 
public final class ReportPrintEventArgs extends CancelEventArgs

Inheritance Hierarchy

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

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

ReportPrintEventArgs Members
Microsoft.Reporting.WinForms Namespace