Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 10045

Is data purge feature available in SSRS 2014 projects in Visual studio 2013?

$
0
0

In old SSRS 2008 R2 we used purge data by deleting the rdl data file.

SSRS doesn’t offer by default data purging feature but you can try this cool feature

If you are working with SSRS reports and you want to purge the report data( which is cached in .data files) and preview the report then follow the below instructions

 

Instructions

  1.       Go to Tools > External Tools...
  2.       Add a new tool with the following settings:
  3.       Title: Clear Report Data Cache
  4.       Command: "%WinDir%\System32\cmd.exe"
  5.       Arguments: /C DEL /S /Q "$(SolutionDir)\*.rdl.data"
  6.       Check options: Use Output window & Close on exit

Now whenever you want to delete your report data cache, just go to Tools > Clear Report Data Cache.



Now whenever you want to delete your report data cache, just go to Tools > Clear Report Data Cache.

Is there any by default purge option or we need to configure this in VS 2013 ?






Viewing all articles
Browse latest Browse all 10045

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>