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

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