hello friends,
I m facing very big problem in Crystal Report so i don't have any idea how can i give the facility to user for user defined report... spouse user want to select some columns after that it will display ... he don't want to make report from my side he wants to create report using columns ... hope you are understand what i want...
Thanks in Advance
Loading

Gohil JayendrasinhPosted Mar 22, 2012, 1:02 AM
hi
if you have a column that displays First Name, you could have a parameter called
DisplayFirstName. Then in design view you'd select the whole FirstName column
and in the Visibility-Hidden property set it to :
=iif(Parameters!DisplayFirstName.Value = false, true, false )
if it's helpful to you then please check Accepted Asnwers
Thanks
Naeem KhanPosted Mar 22, 2012, 12:50 AM
will you please send me Demo or code for it and how to do it.. i don't know... i know how to make crystal report but i don't know how to call all columns ...
Reply me ASAP.....
Gohil JayendrasinhPosted Mar 21, 2012, 7:11 AM