Page 1 of 1

is it possible change codes in code tab of designer?

Posted: Thu Sep 01, 2011 5:10 pm
by behrooz1364
hello
i want to modify the code behind the report file i can see the tab with name code in designer but when i'm modifying code in that tab after saving the report my changes are removing and won't save.
how can i modify that code?

is it possible change codes in code tab of designer?

Posted: Fri Sep 02, 2011 2:15 am
by HighAley
Hello.
behrooz1364 wrote:i want to modify the code behind the report file i can see the tab with name code in designer but when i'm modifying code in that tab after saving the report my changes are removing and won't save.
how can i modify that code?
The code between this strings is generated by Designer.

Code: Select all

#region StiReport Designer generated code - do not modify
...
#endregion StiReport Designer generated code - do not modify 
You can add your code before or after this code.

Please, explain what do you want to change in this code?

Thank you.

is it possible change codes in code tab of designer?

Posted: Fri Sep 02, 2011 6:00 am
by behrooz1364
thank you
i wanted to change the getvalue event so i did it in propertis panel events section.

is it possible change codes in code tab of designer?

Posted: Mon Sep 05, 2011 4:28 am
by Alex K.
Hello,

Ok.
Let us know if you need any additional help.

Thank you.