ActiveReports Developer 7
Viewer Class
Members  See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace : Viewer Class

Glossary Item Box

The WPF based report Viewer control. The WPF Viewer control is used to preview report documents. 

Object Model

Viewer Class

Syntax

Visual Basic (Declaration) 
Public Class Viewer 
   Inherits System.Windows.Controls.Control
C# 
public class Viewer : System.Windows.Controls.Control 

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     GrapeCity.ActiveReports.Viewer.Wpf.Viewer

See Also