'Declaration Public Overloads Sub Print( _ ByVal showProgressionDialog As Boolean _ )
'Usage Dim instance As Report Dim showProgressionDialog As Boolean instance.Print(showProgressionDialog)
public void Print( bool showProgressionDialog )
Parameters
- showProgressionDialog
- true if the progression dialog should be shown during the printing process; false otherwise.