Using Crystal report--Report Document in VB
I am developing reports using Vb.net with crystal report,i came across the scenario where in i have to use the same method which i have developed in vb.net and am assining the Values as follows
Dim objdoc as new reportdocument method1.LoginName = LabShared.GetLoginName method1.ApplicationName = LabShared.GetApplicationCode method1.ReportSource = objdoc method1.ReportFileName = "test1.rpt"
Thanks in advance
Jayakumar

