dbTalk Databases Forums  

cube browser control in 2005

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss cube browser control in 2005 in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
bren@ebesser.com
 
Posts: n/a

Default cube browser control in 2005 - 12-15-2005 , 04:06 PM






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


Reply With Quote
  #2  
Old   
Darren Gosbell
 
Posts: n/a

Default Re: cube browser control in 2005 - 12-19-2005 , 05:02 AM






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...
Quote:
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




Reply With Quote
  #3  
Old   
michael v
 
Posts: n/a

Default Re: cube browser control in 2005 - 12-19-2005 , 06:54 AM



Do you have info on changes in this owc component ?

Will it still be supported like now when excel 12 arrives ?

"Darren Gosbell" <jam (AT) newsgroups (DOT) nospam> wrote

Quote:
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






Reply With Quote
  #4  
Old   
Darren Gosbell
 
Posts: n/a

Default Re: cube browser control in 2005 - 12-20-2005 , 06:27 AM



Quote:
Do you have info on changes in this owc component ?

Will it still be supported like now when excel 12 arrives ?
I don't know for sure, but the fact that MS are using it in BIDS would
be promising.

A couple of the bloggers I read have posts about Office 12, possibly if
you contacted one of them through their blogs they might know.

Nick Barclay - has been to Redmond as part of the Office 12 TAP
http://nickbarclay.blogspot.com/

Chris Webb - is participating in the Office 12 Beta
http://spaces.msn.com/members/cwebbbi

--
Regards
Darren Gosbell [MCSD]
Blog: http://www.geekswithblogs.net/darrengosbell



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.