-
show report from vb.net
hi
i want to know the way/code/anything to display a report in crystal report?
i have a report (crystal report) that i built in vs.net, now i want to call him from a aspx page or a vb.net with a button
i want to click on the button and the report will appere ?
is there a way?
tnks
-
Hi
Try this if it works.
Dim oRpt As New CrystalDecisions.CrystalReports.Engine.ReportDocument()
oRpt.Load("Report1.RPT"))
CR.ReportSource = oRpt
CR.DataBind()
-
hi
what is cr? is it the name of the rpt?
do i have to imports references?
helpppppppppp