I am working on a report that has a very long running query. It is on an IBM iSeries DB2 database and I have no access to affect the performance.
I am designing a complex report around this data. It is taking a long time as when I make a bunch of changes and run the report (report is local, not connected to a server yet), it takes so long to display. And I've been going back and forth.
I thought I could get around this by exporting the query results to Excel and creating an Excel data source and dataset that mimics the DB2 one. However, when I switched my Tablix to the new dataset and ran the report, it still was running the DB2 query. Is there anyway to get around this and temporarily use my Excel datasource until I get the formatting/design finished?
Note: I don't have access to a SSRS report server with this data source yet so I can't use caching there.