'Declaration Public Overloads Function ShowPrintPreviewWindow( _ ByVal documentTitle As String _ ) As Boolean
'Usage Dim instance As DataGridControl Dim documentTitle As String Dim value As Boolean value = instance.ShowPrintPreviewWindow(documentTitle)
public bool ShowPrintPreviewWindow( string documentTitle )
Parameters
- documentTitle
- A string representing the title that will be used as the print-job name.