Page 1 of 1

Expression Expected

Posted: Mon Mar 09, 2009 11:53 pm
by raj07
{((CatgoriesData.Position)&2)==0} when i put this condition in Group Header in Report SetUp Language C# it gives perfect conditoin true
but when i convert Language into VB it shows EXpression Expected Error in the Report..

Expression Expected

Posted: Tue Mar 10, 2009 5:10 am
by Edward
Hi

Please change the expression for VB.Net as follows:

Code: Select all

{((CatgoriesData.Position) AND 2)=0}
Thank you.


Expression Expected

Posted: Tue Mar 10, 2009 6:45 am
by raj07
Thank You Thank You so muchh Edward

Expression Expected

Posted: Thu Mar 12, 2009 11:51 am
by Edward
Please let us know if any additional help is required.

Thank you.