Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridControl Class / ShowPrintPreviewPopup Method / ShowPrintPreviewPopup(String) Method
A string representing the title that will be used as the print-job name.


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

    Parameters

    documentTitle
    A string representing the title that will be used as the print-job name.
    Remarks
    This method should be used when the application is being deployed as an XBAP, as XBAP applications cannot open new windows.
    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