Hello all,
First, I have been away from SSRS for a while. I was familiar with SSRS 2008 and am new to SSRS 2014/2016. Here's the setup:
- SQL Server 2014 Developer Edition (including SSRS)
- AdventureWorks2014
- Visual Studio Community 2015 Update 2 and SSDT 2015
Solution Report
---------- ----------
DataSource01.rds MyDataSource
Dataset01.rds MyDataset
Report01.rdl
In the report is a simple 3-column table -- no grouping, nothing fancy. The DataSetName property is set correctly (MyDataset). When I try to preview the report, the error I'm getting is, "An error occurred during local report processing. The definition of the report '/Dataset01' is invalid".
At first, I wondered if the issue is due to the versions of SQL Server and VS/SSDT I'm using (2014 and 2015, respectively), but this seems to suggest I'm okay in that regard. I've deleted the data source, dataset and report from the project and recreated them (with different names). Much of what I'm finding online addresses issues with deploying to a report server, which isn't the case here. I will obviously keep looking for a solution, but thought I'd pose this question here in hopes someone can point me in the right direction.
If there is other information needed, please let me know and I'll post it.
Thanks!