Hi,
i use crystal report 8.0.. after designing the report.. how to call this report from VB.
thanks in adv.
Venu
Printable View
Hi,
i use crystal report 8.0.. after designing the report.. how to call this report from VB.
thanks in adv.
Venu
VB Code:
CrystalReport1.Action = 1
You need to give the path to the report that you created also.
CrystalReport1.ReportFileName = "c:\inetpub\wwwroot\WebStore.rpt"
CrystalReport1.Action = 1