The Viewer control is used to preview report documents on the screen.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
Public Class Viewer
Inherits System.Windows.Forms.UserControl |
C# | |
---|
public class Viewer : System.Windows.Forms.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
GrapeCity.ActiveReports.Viewer.Win.Viewer
See Also