Using the OLEDb datareader I am able to query an OLAP cube using an MDX
query (using ado.net with c#) without any errors.
I have then bound the results to a DataGrid on a HTML page.
By default only the data returned in the rows collection appears in the
DataGrid.
Does anybody know how to get the column collection data to appear?
I have also tried using a DataRepeater to display the data but cannot work
out what the syntax is to explicitly grab an item from the results.
I have put this post on the ado/asp.net newsgroups but anything to do with
OLAP etc seems to be ignored by the people using those newsgroups.
When I do this type of thing in ASP I use the cellset object and a couple of
nested for each loops to output.