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