Filter
Posted: Thu Dec 13, 2007 10:46 am
Hi.
I know that this question is a little silly :dumb: but i cant get this one working.
Im trying to filter a databand in runtime and the filter expression issomething like this:
StiDataBand band = Reporte.GetComponents()["Data"] as StiDataBand;
band.Filter.Value = "{SUCURSAL.Actual == True}";
Reporte.Compile();
Reporte.Show();
But when trying to compile the report it gave me the error CS0103.
How can u instruct that the "True" is a value and not a component?
Or is something different.
I already make the question in support but recieved no answer. I hope over here u could help faster =)
Thanks
Best Regards
I know that this question is a little silly :dumb: but i cant get this one working.
Im trying to filter a databand in runtime and the filter expression issomething like this:
StiDataBand band = Reporte.GetComponents()["Data"] as StiDataBand;
band.Filter.Value = "{SUCURSAL.Actual == True}";
Reporte.Compile();
Reporte.Show();
But when trying to compile the report it gave me the error CS0103.
How can u instruct that the "True" is a value and not a component?
Or is something different.
I already make the question in support but recieved no answer. I hope over here u could help faster =)
Thanks
Best Regards