Browse By Tags

  • Problem: Loading data to XamPivotGrid and XamPivotDataSelector

    Good Morning,

    I´m new at the forum posts also XamPivotGrid and XamPivotDataSelector are new to me.

    I'm trying to build an application that uses Silverlight and XAML, and I have a problem with these two components. I'm using Visual Studio…

  • XamPivotGrid flat data source exception

    Hello,

    I have a problem with xamPivotGrid exceptions occurring in the following scenario:

    1. Pivot grid is loaded with previously saved layout view.

    2. Data Source could be updated from underlying sources (webservices) at any given moment

    3. If I then…

  • Olap data - Default to display members of dimension instead of ALL

    Is there a API property to the QueryAxis or related objects to trigger the display of the individual members of a dimension when added to the DataSelector.  Currently when the dimension is added, it returns the .All member which represents a grand total…

  • Customise XamPivotDataSelector?

    Hey, first post.

    I'd like to disable user selection of the Database and Cube from the XamPivotDataSelector, but have these defaulted as I have already done via XmlaDataSource. Is that possible? If so, can you tell me how please?

    Thanks, Chris.

  • Performance of XamPivotGrid

    I am currently evaulating XamPivotGrid using FlatDataSource. I just started testing the performance of the grid by binding the flatdatasource to a List containing about 1 million items. My source object class contains about 6 members out of which two are…

  • Connecting to our SSAS

    I tried the "XamPivotGrid" inside my Silverlight application and it works fine when I set "http://sampledata.infragistics.com/olap/msmdpump.dll" as value for the "ServerUri" property in the "XmlaDataSource".The problem…