Hi

i am facing problems printing the report in visual basic.
i am using the crystalreport ocx to print report to the window.

just as it is printing to window the window closes. i am not able to get any errors also.

i tried setting the properties through codes yet the result is same

CrystalReport2.ReportFileName = App.Path & "\Report.rpt"

CrystalReport2.Destination = crptToWindow

CrystalReport2.Action = 1

can you tell me is there any settings .i have used the similar way for other reports but is fine.

thanks
roopa