how to hide and show text fields, static fields, image etc using java?

how to hide and show text fields, static fields, image etc using java?

I want to show and hide textfields using java code. I wish to facilitate to user run time hide and show reports fields and other data and this report save as new template.

is it possible or not? if yes then please give me solution.

Its urgrnt.........

Thank you. 

prafulla.amrutkar23's picture
Joined: Jan 5 2015 - 1:55am
Last seen: 8 years 7 months ago

2 Answers:

Most components have a property "Print When Expression" that allows an expression to be entered that controls the display of that component.  This expression can be entered in a variety of languaces, including java.

To identify "java" as the language to be used in the expression ediitor, go to the "Properties" page for the report and set the "Language" to "java"

sandersen's picture
1736
Joined: Feb 19 2014 - 10:16am
Last seen: 4 years 8 months ago

Thank you sir,

one more question again.
I want to binding the jrxml file with kendogrid. and fetch the properties of report in editable kendo grid. so user can change the property and show and hide column at user side.
Is it possible? and any other way to know you?

Thank you.

prafulla.amrutkar23 - 8 years 7 months ago

Thank you sir,

one more question again.
I want to binding the jrxml file with kendogrid. and fetch the properties of report in editable kendo grid. so user can change the property and show and hide column at user side.
Is it possible? and any other way to know you?

Thank you.

prafulla.amrutkar23's picture
Joined: Jan 5 2015 - 1:55am
Last seen: 8 years 7 months ago
Feedback
randomness