Any sources Please Send to me
views:
27answers:
1
A:
sort data before crystalReport.SetDataSource(); in export data style is the same as displayed in view
ali moharrami
2010-04-10 04:12:03
Thanks, I wrote the Following Code it doesn't working, Please Can you send right code DataSet ds = (DataSet)Session["VISTA_Report"];DataView dv=ds.Tables[0].DefaultView;dv.Sort="vehNo ASC";cr.SetDataSource(dv);
drop
2010-04-11 00:27:02
Gives error? please explain more.
ali moharrami
2010-04-11 04:24:46