Situation: I have a fully working system running on Server 2008 with SQL Server 2008 that I am migrating to Server 2012 R2 VM with SQL Server Express with Advanced Services (in order to get the Reporting Services component).
Problem: Here is the Microsoft error message
Text
An error has occurred during report processing. (rsProcessingAborted)Cannot create a connection to data source 'Dynamic'. (rsErrorOpeningConnection)The feature: "The edition of Reporting Services that you are using requires that you use local SQL Server relational databases for report data sources and the report server database." is not supported in this edition of Reporting Services. (rsOperationNotSupported)
Pretty straight forward, but to be 100% clear, is this telling me that I cannot use an expression based data source? Instead, I am required to use a local data...