Hidden row after calculating
Posted: Thu Jan 10, 2008 3:21 am
Hi,
I have a problem about can I hidden a row after calculating inside the report?
for example:
I have a column a have 5 datas as 100,200,300,400,500.
and I want to display the cumulative value >350.
That means the first 100,200 don't display and display 300,400,500.
But those calculation was completed during rendering.
So the result as
300
400
500
How can I do this?
Can I set it at the renderingEvent say
if (abc += a < 350) Databand.CountData = 0;
Thx.
I have a problem about can I hidden a row after calculating inside the report?
for example:
I have a column a have 5 datas as 100,200,300,400,500.
and I want to display the cumulative value >350.
That means the first 100,200 don't display and display 300,400,500.
But those calculation was completed during rendering.
So the result as
300
400
500
How can I do this?
Can I set it at the renderingEvent say
if (abc += a < 350) Databand.CountData = 0;
Thx.