10 pts.
 Crystal Report
hi, i want to use crystal report in asp.net website using push model. i am facing problem in creation of crystal report object. Regards kalpa pachori

[  



Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load BindReport()

 



End Sub

 

Sub BindReport() query=



"select * from DataTable1"

 

Dim myDS As New testds da = sc.createConnection(query)

da.Fill(myDS,



"DataTable1")  



Dim oRpt As New CrystalReport1()  



'i am facing problem here

oRpt.SetDataSource(myDS)

CrystalReportViewer1.ReportSource = oRpt

 



 

End Sub

 

]



Software/Hardware used:
ASKED: October 3, 2009  7:14 AM
UPDATED: October 5, 2009  1:54 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _