reporting services - Dynamic charts at runtime in SSRS -
I need to make a report (RDL) in SQL Reporting Services 2008. I need to create it in runtime. I will have chart in the report, I will specify all those things in the chart, font, alignment type and runtime
Is there any alternative to use it in SSRS 2008? One rdlc is just a XML file so that you can manipulate it on runtime, though it is a trivial enterprise. is not. You can find the rdl speake.
There is a download example of creating a rdlc for a table and dynamically creating a matrix, as well as information on other useful report viewers here.
Comments
Post a Comment