Is it possible in SQL Reporting 2005 to have dropdown menu(eg..on mouseover list of static menu appears from which i can navigate to other rdl files while passing all parameters) ..
Do you mean in the parameter pane or within the report ?
Jens K. Suessmeyer.
http://www.sqlserver2005.de
I mean within the report..
As for now on i made one horizontal table and below it vertical menutable..now on form load and other event of the form i pass in navigation parqameter VerticaltableDisplay="N" and only in one event when Cell of horizontal table on top I pass parmeter =IIF(VerticaltableDisplay="Y","N","Y")
and in visiblity property of vertical table gave a condition =IIF(VerticaltableDisplay="Y",Display,Hide)*
It is working for click event ok but how can i do for mouseover event...
as if once clicked on report its visible and if there is no other even and we export to different format the verticaltable is visible
|||Javascript is very restricted in Reporting Services, I guess you cannot use the mouseover events here.HTH, Jens K. Suessmeyer.
-
http://www.sqlserver2005.de
-
No comments:
Post a Comment