Dim cryRpt As New ReportDocument cryRpt.Load("C:\WebApplicationTestCrystalRepor\WebApplicationTestCrystalRepor\CrystalReport1.rpt") CrystalReportViewer1.ReportSource = cryRpt CrystalReportViewer1.RefreshReport()
SetDataSource
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)