Designer Fx 2015.2.0.0 end property modified to end_

Stimulsoft Reports.WEB discussion
Post Reply
beotic
Posts: 11
Joined: Thu Nov 12, 2015 2:56 pm

Designer Fx 2015.2.0.0 end property modified to end_

Post by beotic »

Hi,

When we use a business object with property named "end" the engine generate code and change name "end" to "end_". This problem does not exit in 2013 version.

Thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Designer Fx 2015.2.0.0 end property modified to end_

Post by HighAley »

Hello.

"end" is a reserved word in VB.NET.
To avoid errors of compilation we add underline symbol.

Thank you.
Post Reply