ActiveReports.Viewer3 Request technical support
Viewer Class
See Also  Members  


The Viewer control is used to preview report documents on the screen.

Object Model






Syntax

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

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     DataDynamics.ActiveReports.Viewer.Viewer

See Also