I enter XmlaDataSource into the search field on the main Infragistics page and I restrict the search to "Documentation". I get no results.
I've tried Google and/or Bing and get limited results as well. I'm REALLY looking for documentation on how to Filter the control. I find one article that references this indrectly which talks about setting up the whole resource through code. But I need to know what kind of syntax I need to filter the source (much like seleting items from the filtering mechanism on the xamPivotGrid). I would assume that filtering this data source would affect that sub-control on the xamPivotGrid. Maybe there is a way through the xamPivotGrid to filter this thing through code.
Any help or samples would be appreciated.
Hi Parker Smart,
Please take a look at this article and a sample related to Filtering.
Also, if you have any questions related to the xamPivotGrid control, you could post them here.
Best regards,Milana Zhileva
Thank you. I see the syntax. This is something that I've tried, but when I execute this restriction the AdomdDataProvider (using the Infragistics sample) throws a Null Reference exception when creating the AsyncCompletedEventArgs() in the Completed event. I'm not using the msmdpump.dll. I hope I can get this working. I'm SO close and yet the code provided by Infragistics is throwing that NullReference exception.