'Declaration Public Overloads Function Print( _ ByVal showProgressWindow As Boolean _ ) As Boolean
'Usage Dim instance As DataGridControl Dim showProgressWindow As Boolean Dim value As Boolean value = instance.Print(showProgressWindow)
public bool Print( bool showProgressWindow )
Parameters
- showProgressWindow
- true if the progress window is displayed; false otherwise.