خطا در زمان نمایش چاپ اطلاعات
:عصبانی++:با سلام
زمانی که من می خوام اطلاعات را توسط کریستال نمایش بدهم در رویدا لود صفحه نمایش این پیام ظاهر میشه
Unable to find the report in the manifest resources. Please build the project, and try again.
ظاهر میشهوبه نظر شما این مشکل از کجتا ناشی میشه
این هم کد نمایش
DataTable DT = new DataTable();
ReportStuff_controler ReportStuff_Con = new ReportStuff_controler();
DT.Load(ReportStuff_Con.search(DateFirst,DateEnd,I dSeller));
Report1.Database.Tables["accounting_RepInfo_Seller"].SetDataSource(DT);
لطفا راهنمایی بفرمایید
متشکرم