is it possible change codes in code tab of designer?

Stimulsoft Reports.NET discussion
Post Reply
behrooz1364
Posts: 4
Joined: Thu Sep 01, 2011 10:50 am

is it possible change codes in code tab of designer?

Post 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?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

is it possible change codes in code tab of designer?

Post 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.
behrooz1364
Posts: 4
Joined: Thu Sep 01, 2011 10:50 am

is it possible change codes in code tab of designer?

Post by behrooz1364 »

thank you
i wanted to change the getvalue event so i did it in propertis panel events section.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

is it possible change codes in code tab of designer?

Post by Alex K. »

Hello,

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

Thank you.
Post Reply