Hi
I am printing quote report in each quote level. I have added one button using ribbon workbench and printing report on clicking the button.For printing report pdf i am using javascript.This javascript calling in ribbon workbench. Now one change is required. When clicking the print buttion i want to show one boolean (yes/no) option and this yes/no value need to pass to ssrs report. Depending on this value need to write one display logic SSRS fetch xml report. How i will pass this user selected boolean value to report. please give one solution for this