How to identify First report fetch programmatically
Posted: Sun Jul 27, 2008 10:29 pm
Hi All,
I am thinking if there's a method/way in Stimulsoft so that the report can identify if it's the first-time data-fetch when report begins to run;
The idea behind is to save/allocate values on a multi-dimensional array to be processed for future use;
I am thinking if there's a method/way in Stimulsoft so that the report can identify if it's the first-time data-fetch when report begins to run;
The idea behind is to save/allocate values on a multi-dimensional array to be processed for future use;
Suggestion pls? Thx in advance.So, if it's the first set of data fetched then i can use assignment as: a[rowval][colval];
and then just use a[rowval++][colval++];
on the succeeding data fetch from a database.....