R
RAF
i'm trying to make report using dataset having two tables
in viewer page iam doing
rpt.SetDataSource(ds.Tables(0))
rpt.SetDataSource(ds.Tables(1))
CrystalReportViewer1.ReportSource = rpt
but it is not working
please tell the right way.
thanx in adv
RAF
in viewer page iam doing
rpt.SetDataSource(ds.Tables(0))
rpt.SetDataSource(ds.Tables(1))
CrystalReportViewer1.ReportSource = rpt
but it is not working
please tell the right way.
thanx in adv
RAF