Posted 12 June 2020, 12:15 am EST
Mr Mohit,
When I do
Dim rpt As GrapeCity.ActiveReports.SectionReport
rpt.Document.Print(True, True, False)
the printer dialog takes a long time to display.
In a previous post you gave me a solution for another problem that might help here. Can you tell me if this is the correct syntax that would do the same as above?
rpt.Document.Print(GrapeCity.Viewer.Common.PrintingSettings.ShowPrintDialog Or GrapeCity.Viewer.Common.PrintingSettings.UseStandardDialog Or GrapeCity.Viewer.Common.PrintingSettings.ShowPrintProgressDialog)
I ask because I am not getting the progress dialog.
Regards
Brian