|
-
Sep 8th, 2004, 09:00 AM
#1
Thread Starter
Lively Member
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
-
Sep 9th, 2004, 11:39 PM
#2
Addicted Member
Hi
Try this if it works.
Dim oRpt As New CrystalDecisions.CrystalReports.Engine.ReportDocument()
oRpt.Load("Report1.RPT"))
CR.ReportSource = oRpt
CR.DataBind()
-
Sep 12th, 2004, 04:00 AM
#3
Thread Starter
Lively Member
hi
what is cr? is it the name of the rpt?
do i have to imports references?
helpppppppppp
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|