Hey guys,
I am wondering if it is possible to access/read the MDX query of the pivotgrid control which is genereated in background.
Is there any way to access it?
Thanks
Hi
I’m going to open a case for you so that get you the information you need about the binaries.
Hello,
Please contact our developer support team to request the binaries of the latest 10.3 service relase.
Best regards.PPilev.
How would that exactly look like? I cannot find the event ?
Thanks for your help.
There is a InitXmlaMethod event of XmlaDataSource which can be used for read out the MDX query.
XmlaDataSource ds; ds.InitXmlaMethod += (sender, args) => { };
RegardsTodor