Browse By Tags

  • 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.