Hi guys, im trying to use crystal reports in my application for the first time but i do not know how to run it.
Im using vs2005 and i have a menu "Reports" in my application which i need to pressing the report name from this menu and be able to display it. I already create the report but i need something like
Dim frm As New formName
frm.Show()
but to show the report.
P.S.: My report does not have any parameters




Reply With Quote