'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.