Ssrs 2008 dynamic columns returned by procedure -


in ssrs if there uncertain number of columns returned store procedure , if have dates column names can per selection criteria of report,eg columns can name,[2013-05-03],[2013-05-04],[2013-05-05], on etc. how can show these columns in report.

ssrs runs queries fmtonly option on populate list of columns. in other words, doesn't play nice dynamic columns because non-deterministic. comes down design issue data. 1 solution have procedure pivots columns row. allow pass data report processing. if there other obstacles preventing converting data, question post along more details.


Comments

Popular posts from this blog

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -