November 21, 2012 at 9:37 am
Guys,
Some of the Devs I work with have coded certain pages such that columns are automatically generated on an aspx page based on a stored procedure, so, add another field into the SP and hey presto the page pulls the field through 🙂
Is the same functionality possible in SSRS?!
I've had a quick scoot around Google and nothing obvious jumps out at me.
Thanks in advance 🙂
November 26, 2012 at 7:25 am
Not automatically.
You can place code in a report, but that world require some maintenance and lot sof testing.
A Tablix can be used for columns of a Cross-Tab, but I think you are referring to something different.
See the Tablix posting - http://www.sqlservercentral.com/articles/Stairway+Series/72649/ - from Jessica Moss on the Stairway to SSRS series.
Thomas
Thomas LeBlanc, MVP Data Platform Consultant
November 26, 2012 at 8:19 am
Ah okay, thanks Thomas. The SSRS stairway series is great (as at most if not all stairway series here 🙂 ) and I use Tablix quite a bit already.
There's not a huge demand for this feature, it's more out of lazyness to be honest!
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply