| Author: Muhilan 03 Jun 2008 | Member Level: Gold | Rating: Points: 2 |
1. add reference file crystal.decision.shared (crystal report related reference file). 2.in a project rightclick add , click add items from that select crystal reports 3. in crystal reports select the database source 4. connect web page to report means 5. in control drag the crystalreport viewer control 6. n code behind add this
Dim oRpt As New SamplePullMethod()// crystalreport name CrystalReportViewer1.ReportSource = oRpt
|
| Author: pinumalla prashant 04 Jun 2008 | Member Level: Silver | Rating: Points: 2 |
refer crystal reports by wrox
|