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
760
Get level members using XmlaDataSource
posted

Hi,

My scenario involves binding the XmlaDataSource directly to the XamDataChart.

I am trying to specify that the member values are to be used for the Rows:

xmlaDataSource.Rows = DataSourceBase.GenerateInitialItems("[Geography].[Country].members");

Although this is MDX syntax, it doesn't work in this scenario and results in a single undefined Tuple member returned in IResult.RowAxis. Could you help me identify the right syntax to use?

In general, I am struggling with finding documentation and samples for using XmlaDataSource with the charting controls. Mostly, everything is geared towards using the PivotGrid with XMLA data sources. Any pointers to useful documentation would also be appreciated.

Thanks,

Gary