Deployed report and Studio report not matching

  • I'm using Visual Studio 2012 and developed a form letter report with two tablixes. The report renders correctly, 2,000 pages, when previewing through Studio. After building and deploying to our report server, when I run the report through a Visual Studio application or previewing from the Report Server the report renderings one page and it appears to be a summary. I cannot figure out why this behavior would be occurring. I've tried redeploying and same behavior. Any ideas? Thanks

  • I bet it's a cache in VS.

    visual studio creates a local *.data file with cached data so that it doesn't have to go back and forth to the server a bunch of times.

    the live report would always get fresh data.

    if you search, you should be able to find and delete the *.data file, and then Studio would get fresh data to cache all over again.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • Thank you very much. That led me to the solution. Thanks again.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply