Browse By Tags

  • Dynamic proeprties in data source

    We are evaluating the Silverlight data visualization controls. So far we are very happy with how the pivot grid, charts and data selector controls works together in displaying and working with data. However, up to this point we have only worked with predefined…

  • XmlaDataSource syntax in C#

    How is the syntax in C # for this code?

    <olap:XmlaDataSource
          x:Key="DataSource"
          ServerUri="">sampledata.infragistics.com/.../msmdpump.dll"
          Database="Adventure Works DW Standard Edition"
          Cube="Adventure Works…

  • How I can restrict access to cubes?

    We are using the XamPivotGrid, we restrict access to certain hubs through Service Analyze SQL 2008 (via XMLA) using as parameter the user ID logged. Another way I thought is removing cubes programmatically. Greetings. Carlos Rdz.
  • Meaures and Data Selector

    Hello,

    I currently am building a cube that will be used in a FlatDataSource. I have everything working correctly but I have one question.

    The data I am pulling comes from a web service and comes back in one giant joined table (its type is a List).…

  • Any way to load about 150000 of record to Pivot Grid without affecting performance.

    Hi,

    I am using Pivot Grid control to load about 150000 of records at once. I also generating a chart from the pivot grid, similar to sample provided. My application getting hanged when:-

    Data feched and loaded to grid.

    User clicks on any filter and…

  • SSAS Roles

    Hello,

    I am using XamPivotGrid and I can access an SSAS database with xmla http access and using a Xam Dataselector.

    My SSAS database has Roles setup  (that limit the data shown at the end user) and I want to be able to specify a specific role when accessing…

  • xampivotgrid relational database

    Dear members, am looking for any samples of using the xampivotgrid control with a relational database. any help will greatly be appreciated.

  • Can I create xamPivotDataSelector off metadata only?

    I was to use the xamPivotDataSelector off my own metadata to drive a query that will then return a result set which I can then bind to the datasource of the grid.  Unfortunately it seems I can only bind to my own objects using FlatDataSource.  This requires…