Click here to Skip to main content
16,012,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I m using 1 MicrosoftReportViewer and more than 1 Report .Each Report have a particular button. How to display particular report whecn clicking that partiular button
Posted

1 solution

i have a idea ..

create one string variable..
when you click a button assign a value(like that report title)..
if(string == "value")
{
report1.show;
}
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900