|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Pass Dataset from Main form to form with CR Viewer
What I am trying to do is this. I have the main form say form1 that uses ADO.NET. I run a query and pull back all the info to a dsReport dataset. Now I want to pass that dataset to another form called frmReport. This for has a CrystalReportViewer on it. I want to take the filled dataset from form1 and populate the CR Report on frmReport.
Dim crReport As rptReport crReport = New rptReport crReport.SetDataSource(dsReport) CrystalReportViewer1.ReportSource = crReport
__________________
George - www.ipdg3.com Helping Developers and Programmers Find Resources Forums - Contests - Tutorials - Source Code ORB - Wireless Site - Online Gear |
|
#2
|
|||
|
|||
|
__________________
Programmer's Corner |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Pass Dataset from Main form to form with CR Viewer |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|