Hello There,
I am creating an application which shows preview of report with crystal report.
but whenever following statement is executed the application gets crash.
Dim Report As New ReportDocument
Report.Load(PstrReportFilename_Work)
Report.Database.Tables.Item(0).Location = PstrDatabaseName_Work ' Note: PstrDatabaseName_Work contains .mdb file location
I spent so much time in searching but unable to find any working solution.
Please help me for the same.
Thanks,
Regards,
Rudresh Bhatt