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
Asign value in variable in VB.NET
Re: Asign value in variable in VB.NET
Hello.
Please, try to use this expression in the Before Print event of the text component.
Thank you.
Please, try to use this expression in the Before Print event of the text component.
Thank you.
Re: Asign value in variable in VB.NET
Thanks for you answers but not work correctly, I want assign variable1 = Avg( "one colum on a table") and this exemple return me 0 and the result are not 0.
Thanks.
Thanks.
Re: Asign value in variable in VB.NET
Hello,
Please try to use the Totals.Avg() function.
Thank you.
Please try to use the Totals.Avg() function.
Thank you.