I think you're talking about the sample at
http://www.sqlserveranalysisservices.com. If so, the sample code you have
can't, but the one I'm working on does. It's got an xml property that you can
save on the server side and then give back in a later session. If you go to
http://www.sqlserveranalysisservices...2/default.aspx you'll see it in
action. Click on the detail to see more.
This version of the sample code is speedier than the one you have - it uses
the xmlhttprequest object to get data without reposting. (Be careful though -
this is sample code after all.)
I hope to post the later version in a day or two - just fixing the last
couple things and getting my setup to work. If there is enough interest I'll
post some coding sample on how to put the thing through its paces.
Cheers,
Richard
"jcsotom (AT) gmail (DOT) com" wrote:
Quote:
Hi,
I found this amazing component, is great solving the problem of
visualizing cubes for costumers. Now what i'm tryng is to start the
aplication with some that already loaded or have some dimension
preselected in the rows and in the column, is that posible?
thanks.
José Carlos |