I dont know how to explain this problem, as I am also passed whole day scrathcing me head what am I missing....
To be very simple, I am receiving this error whenever I tries to view my report. I tried to use technique like in 'telerik examples', that is single page dynamically loads any report on the basis of repor name in query string...then I tried other things like this:
To be very simple, I am receiving this error whenever I tries to view my report. I tried to use technique like in 'telerik examples', that is single page dynamically loads any report on the basis of repor name in query string...then I tried other things like this:
if
(!IsPostBack)
{
ReportCollection.Event.
EventReport report1 = new ReportCollection.Event.EventReport();
ReportViewer1.Report = report1;
}
I didnt work too......I read all the threads over here on this issue, and did try all the suggested solutions....but nothing is happening.
Please let me know about it.....I am getting late to deliver website to my client.
I am using Windows 7 under Administrator privileges.