A: 

sort data before crystalReport.SetDataSource(); in export data style is the same as displayed in view

ali moharrami
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
Gives error? please explain more.
ali moharrami