I have one dataset name called ds_GetListOfOperations.
That dataset i have two fields ID and Operations.
E.g:
Id Operations
----------------
1 OP10
2 OP20
3 OP30
In SSRS I would like to show Operations in Row to Column wise. How to do that.
E.g : Output
OP10 OP20 OP30