ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class
Members

In This Topic
    Viewer Class
    In This Topic
    The Viewer control is used to preview report documents on the screen.
    Object Model
    Viewer Class
    Syntax
    'Declaration
     
    Public Class Viewer 
       Inherits System.Windows.Forms.UserControl
    public class Viewer : System.Windows.Forms.UserControl 
    Remarks
    The Viewer control offers a comprehensive set of features for interacting with reports, including:
    • Navigating through report pages.
    • Zooming in and out of the report content for better readability.
    • Printing reports directly from the viewer.
    • Exporting reports to different formats such as PDF, Excel, and Word.
    • Searching text within the report.
    • Interacting with report elements such as drill-through links and sorting.
    It serves as a versatile component for applications that require report viewing and interaction capabilities.
    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

    Requirements

    See Also