Jan
11
2011
Reloading a Collection in the PivotViewer
I discovered an interesting tidbit when working on the code for my upcoming PivotViewer series (you can find the code on CodePlex here : http://tonyc.me/pvles). It seems that you can’t reload the current collection from the server.
First off, I noticed an absence of any sort of “Reload” or “Refresh” method to make this process easy. So I began to do a little research and tried the following:
To begin with, I simply called LoadCollection() and passed in the Uri. I promptly noticed that nothing happened. Hmmm… So on to the next step.