-
Couldn't load subscription status.
- Fork 77
How to remove cached report data in Visual Studio
Anthony edited this page Sep 8, 2017
·
5 revisions
- Title:
Clear Report Data Cache - Command:
"%WinDir%\System32\cmd.exe" - Arguments:
/C DEL /S /Q "$(SolutionDir)\*.rdl.data" - 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.