asp.net - Populate Gridview with Adomd Cellset -


how display ssas cube adomd cellset in grid view?

this current code, however, merging 3 columns in 1 column

e.g.

instead of display

col1    col2 1         2         b 3         c 

it displaying

formatted text 1 2 b 3 c 

how correct this? code: olapcellset = olapcmd.executecellset()

        grd1.autogeneratecolumns = true         grd1.datasource = olapcellset.cells         grd1.databind() 


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -