یکی کمک کنه ...

من میخوام به گزارشم دوتا table بفرستم چطوری این کار رو کنم .
کد زیر رو وقتی اجرا میکنم هیچ اطلاعاتی نشون نمیده. مشکلم چیه ؟؟؟

DataTable dt1= ds.Tables[0];
DataTable dt2= ds.Tables[1];

StiReport report = StiWebReport1.GetReport();

report.Dictionary.DataSources.Items[0].DataTable = dt1;
report.Dictionary.DataSources.Items[1].DataTable = dt2;

report.RegData("DataSource1", dt1);
report.RegData("DataSource2", dt2);

StiWebViewer1.Report = report;



report.jpg