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