Error to see images in report in C#
I made a dataset which includes the table with its columns.
Then I added report new item. Then I choose the dataset and select the columns and designed it. It also has a image filed which saved in database.
Now when I want to debug it, for the rows which has images in the image column is says #ERROR. So I can't see the pictures in the report. How can I fix it?
Also the dates field shows LongDateTimeString like 5/6/2012 12.00.00 AM all of them have 12.00.00 AM in the report. I just want to show 5/6/2012 in the report nothing else.
btw i'm using Microsoft Reporting
How can I fix these 2 issues?
Thanks in advance