Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Anomoly
Starting Member
1 Post |
Posted - 2008-02-07 : 13:36:49
|
I have a need to get to the raw data for any report. To my knowledge this is lacking in SSRS. Even the XML render is of layout information and not the report record set.Does anyone know of any way I can do this in SSRS? Possably by querying the ReportServerTempDB with session information where that data might be cached?If I were to write a custom rendering extension could I ignore all layout information and just pass back my raw record set? I get the impression from my readings that even with a custom rending extension the data and the layout are already merged.Thanks. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-02-09 : 10:36:19
|
i didnt understand your intention? what are you trying to achieve? |
|
|
|
|
|