hi eb
i want to present 4 reports on one web page devided into quardants.
All 4 belong to the same data model and have the same dimensionality.
Each time i generate an action on one of them i want to reflect it on the other 3.
Lets say they all have the same action of drilling down time dimension (
calling the same report on lower time resolution).
So when i drill time dimension on one of them i want to catch this event and in its handler
generate the same action on the other reports.
I guess i could avoid much of this complexity if all reports shared the same data set - i could ithen nclude them all in one report
and synchronization of diferent reports and actions would be solved...
If this is not an option and i must use different reports
Which way woud you go??
I read a bit about reportviewer class and javascript but am not sure...
Thanks for your thoughts!
Rea