Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
handle the data of the pivotGrid
posted

Hello
I pivotGrid with a data source as a XmlaDataSource based on SSAS.
I want to change the data according to multiple parameters entered in the Silverlight application.
I thought to get there by this.FullResult.Cells [0,0]. Value = ((float) this.FullResult.Cells [0,0]. Value) * 2, but this property is read-only.Do you know how to get a handle the data of the pivotGrid in code behind?
cordially
MARQUIS Vincent