Click here to Skip to main content
15,905,781 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
my problem is im trying to supress a section of a crystal report depending on choice enter by user at runtime.
eg: if a user selects barcharts radiobutton only section with barcharts should be visible.but im not able to implement it..
can sum1 guide me how to do this?..
Posted

1 solution

saloni15 wrote:
can sum1 guide me how to do this?.


1. Set a report parameter.
2. Take input from user for this parameter
3. based on the value of this parameter set the visibility of the section

So,
In the Crystal Reports designer, view the properties of your section and there should be an option to Suppress, which you can give it a formula to return the appropriate boolean value. Use the boolean value of parameter selected by User here.
 
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