Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridControl Class / ShowPrintPreviewPopup Method / ShowPrintPreviewPopup(String,PrintTicket) Method
A string representing the title that will be used as the print-job name.
A PrintTicket to indicate a set of print options to use.


In This Topic
    ShowPrintPreviewPopup(String,PrintTicket) Method
    In This Topic
    Dsiplays a print preview in a popup window using the provided document title, and specifying a set of print options.
    Syntax
    'Declaration
     
    Public Overloads Sub ShowPrintPreviewPopup( _
       ByVal documentTitle As String, _
       ByVal ticket As PrintTicket _
    ) 
    'Usage
     
    Dim instance As DataGridControl
    Dim documentTitle As String
    Dim ticket As PrintTicket
     
    instance.ShowPrintPreviewPopup(documentTitle, ticket)
    public void ShowPrintPreviewPopup( 
       string documentTitle,
       PrintTicket ticket
    )

    Parameters

    documentTitle
    A string representing the title that will be used as the print-job name.
    ticket
    A PrintTicket to indicate a set of print options to use.
    Requirements

    Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also