FlexReport for WPF | ComponentOne
C1.WPF.Viewer Assembly / C1.WPF.Viewer Namespace / FlexViewerPane Class / PrintQueue Property

In This Topic
    PrintQueue Property (FlexViewerPane)
    In This Topic
    Gets or sets the System.Printing.PrintQueue object defining printer to use, can be null to use default printer.
    Syntax
    'Declaration
     
    Public Property PrintQueue As PrintQueue
    public PrintQueue PrintQueue {get; set;}
    See Also