Run Crystal Report in VB.net 2005 Windows application using MS Access Database
1.) Add button on the form and write code behind the button
frmviewreport.Show()
frmviewreport is the another form on which we add the CrystalReportViewer
frmviewreport.Show()
frmviewreport is the another form on which we add the CrystalReportViewer
Comments
Post a Comment