I'm using SQL Server 2012 Express and I'm building a report with one table. I dragged and dropped two data set elements into the table that has two columns (Product Name and Product Description). Both the dataset elements have
a data type of varchar (50) in SQL Server 2012 Express. The table with those two elements is the only data I have in Design view. When I click on Preview, the Preview screen states 'An error prevented the view from loading.'. This is difficult
to diagnose, because in the Error List there are '0 Errors', '0 Warnings', and '0 Messages'. I would like help understanding if there is another error log I can observe to understand the issue, or if there are basic SQL Server 2012 Express Reporting
Services debugging techniques. Please help. Thank you,
Additionally, when I run the query in SQL Server 2012 Express and Reporting Services Query Designer the query results are correct.
Also, when I click the start debugging button, the report displays and I can export it to pdf, however the Previous still displays the error.