'Declaration Public Overloads Function Print( _ ByVal documentTitle As String, _ ByVal showProgressWindow As Boolean _ ) As Boolean
'Usage Dim instance As DataGridControl Dim documentTitle As String Dim showProgressWindow As Boolean Dim value As Boolean value = instance.Print(documentTitle, showProgressWindow)
public bool Print( string documentTitle, bool showProgressWindow )
Parameters
- documentTitle
- A string representing the title that will be used as the print-job name.
- showProgressWindow
- true if the progress window is displayed; false otherwise.