Trying to build a GUI application in Java/Swing. I’m mainly used to “painting” GUIs on the Windows side with tools like VB (or to be more precise, Gupta SQLWindows… wonder how many people know what that is ;-)). I can’t find an equivalent of a Group Box in Swing… With a group box, you have […]
Author: user user
Page refreshing after the parameter selection in SSRS report
I have couple of parameters in my SSRS report. some are multivalued and some are regular with drop down list. each time while selecting a different parameter value the page is getting refreshed. Is there any way to avoid this page refreshment on each parameter selection. Thanks in advance. Maria