I have viewed the forum for previous messages relating to this error, but my issue is not resolved.
When I click my "Search" button, I am supposed to display data in a Telerik Reportview control. However, I get the message "The source of the report definition has not been specified."
In my Telerik.Reporting.Report page, I have a Telerik.Reporting.SQLDataSource control that has a valid connection string value, along with a valid parameters value and a SelectCommand value to a stored procedure.
In the Telerik.Reporting.Report page, the properties window displays a valid value for the DataSource along with ReportParameters.
So I am providing an accurate report source. I can see the data perfectly fine in Preview and HTML mode in the reportviewer design time. The issue is when I run my asp.net application, I cannot see the data displayed on the aspx page.
What else could be causing the data to not display?
When I click my "Search" button, I am supposed to display data in a Telerik Reportview control. However, I get the message "The source of the report definition has not been specified."
In my Telerik.Reporting.Report page, I have a Telerik.Reporting.SQLDataSource control that has a valid connection string value, along with a valid parameters value and a SelectCommand value to a stored procedure.
In the Telerik.Reporting.Report page, the properties window displays a valid value for the DataSource along with ReportParameters.
So I am providing an accurate report source. I can see the data perfectly fine in Preview and HTML mode in the reportviewer design time. The issue is when I run my asp.net application, I cannot see the data displayed on the aspx page.
What else could be causing the data to not display?