![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm creating a Windows Forms application in which I want to display tabular results from an MDX query (results with only two axes, achieved by submitting an MDX query through an OLEDB connection.) In SQL Server Management Studio 2005, when connected to an Analysis Server, there is a Cube Browser (right click on a cube and select "Browse".) I would like to have a .NET control to put on my Form just like the results pane of this browser. I don't need the interactive graphical query capability. I will define the query in the code behind. I've been trying to use a third party grid control, but they are not designed to do what this control does. Mainly expand and collapse rows and columns the way this browser control does. (I really only want to expand and collapse rows, with fixed columns.) Is this control available to be referenced in a .NET application? Is there a similar third party control? HierCube from RadarSoft might work but it only binds to it's own cube definitions, not to MDX query results from SSAS. I don't even want to bind to a cube, only to tabular results, like in Reporting Services reports. If you've even read this far, thanks. Thanks, Bren |
#3
| |||
| |||
|
|
The browser in BIDS is a derivative of the Office Web Components OWC, you can embed these in your own application. The end users do need to have an Office license, so this is really only suitable for an internal application. This control is an ActiveX control, so you would add it to your VS.NET toolbox by browsing for it as a COM component. -- Regards Darren Gosbell [MCSD] Blog: http://www.geekswithblogs.net/darrengosbell In article <1134684399.186926.269150 (AT) g14g2000cwa (DOT) googlegroups.com>, bren (AT) ebesser (DOT) com says... I'm creating a Windows Forms application in which I want to display tabular results from an MDX query (results with only two axes, achieved by submitting an MDX query through an OLEDB connection.) In SQL Server Management Studio 2005, when connected to an Analysis Server, there is a Cube Browser (right click on a cube and select "Browse".) I would like to have a .NET control to put on my Form just like the results pane of this browser. I don't need the interactive graphical query capability. I will define the query in the code behind. I've been trying to use a third party grid control, but they are not designed to do what this control does. Mainly expand and collapse rows and columns the way this browser control does. (I really only want to expand and collapse rows, with fixed columns.) Is this control available to be referenced in a .NET application? Is there a similar third party control? HierCube from RadarSoft might work but it only binds to it's own cube definitions, not to MDX query results from SSAS. I don't even want to bind to a cube, only to tabular results, like in Reporting Services reports. If you've even read this far, thanks. Thanks, Bren |
#4
| |||
| |||
|
|
Do you have info on changes in this owc component ? Will it still be supported like now when excel 12 arrives ? |
![]() |
| Thread Tools | |
| Display Modes | |
| |