ActiveReports.Viewer3 Request technical support
PrintingThreadErrorEventArgs Class
See Also  Members  


Specifies the arguments of the PrintThreadError event.

Syntax

Visual Basic (Declaration) 
Public Class PrintingThreadErrorEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As PrintingThreadErrorEventArgs
C# 
public class PrintingThreadErrorEventArgs : EventArgs 

Inheritance Hierarchy

System.Object
   System.EventArgs
      DataDynamics.ActiveReports.Document.PrintingThreadErrorEventArgs

See Also