reporting services - Show tables based on clicking a TextBox -


i wanted know if there possibility have textbox on report says "show tables". when clicked tables in report should show.

my report contains tables , charts. want able show charts not tables. should able show tables when user clicks on "show tables"

it should not rerun report once click textbox.

it depends mean "rerun report".

you can set toggleitem property of tables want hide name of show tables textbox.

set initial visibilty of tables hidden. clicking show tables textbox show tables. clicking on textbox hide them again.

in testing, report re-render, not load datasets again. there processing update report appearance it's more lightweight reloading report scratch.

it may not fit needs might worth investigating.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -