ComponentOne Reports for WPF
C1.WPF.C1Report Namespace / C1DocumentViewer Class
Members

In This Topic
    C1DocumentViewer Class
    In This Topic
    Represents a document viewing control that can host paginated fixed documents, including C1Report and C1PrintDocument FixedDocumentSequence representations (see C1.C1Preview.C1PrintDocument.FixedDocumentSequence).
    Object Model
    C1DocumentViewer Class
    Syntax
    'Declaration
     
    Public Class C1DocumentViewer 
       Inherits System.Windows.Controls.DocumentViewer
    public class C1DocumentViewer : System.Windows.Controls.DocumentViewer 
    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
                         System.Windows.Controls.Primitives.DocumentViewerBase
                            System.Windows.Controls.DocumentViewer
                               C1.WPF.C1Report.C1DocumentViewer

    See Also