Asign value in variable in VB.NET
Posted: Wed Nov 30, 2016 3:38 pm
Hello,
How I can asign one value inside the variable in report compile to vb.net?
In c# compile i can use {Variable1 = "Hola"} but in vb.net this only compared the two string and return one boolean.
You want to be able to have variable1 assigned "hello" no compared.
Thanks
How I can asign one value inside the variable in report compile to vb.net?
In c# compile i can use {Variable1 = "Hola"} but in vb.net this only compared the two string and return one boolean.
You want to be able to have variable1 assigned "hello" no compared.
Thanks