List & Label .NET
combit.Reporting.Wpf Namespace / ListLabelViewerControl Class
Members


In This Topic
    ListLabelViewerControl Class
    In This Topic

    This control can be used to display preview file contents in WPF applications.

    Object Model
    ListLabelViewerControl Class
    Syntax
    'Declaration
     
    
    Public Class ListLabelViewerControl 
       Inherits System.Windows.Controls.UserControl
    public class ListLabelViewerControl : System.Windows.Controls.UserControl 
    public ref class ListLabelViewerControl : public System.Windows.Controls.UserControl 
    Remarks

    Please always call Dispose() explicitly for the control to release used resources. For WPF-Window objects, the Closed event is suitable for this.

    Please note that the WPF viewer relies on the existence of the XPS Document Writer printer driver on the target system. If the driver is not available, documents cannot be displayed.
    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.ContentControl
                            System.Windows.Controls.UserControl
                               combit.Reporting.Wpf.ListLabelViewerControl

    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also