Hi,
I've spent the last hour trying to find out how this is done. There doesn't seem te be a simple way of doing it.
I want to loop through all the rows in my report and stop when the last row is reached. For this I need to determine the number of rows in my report.
for row = 1 to number_of_rows
myitem = objImpRep.getdatavalue (1,rows)
next row
Something like this: number_of_rows = objImpRep.Rows.Count ?
I've spent the last hour trying to find out how this is done. There doesn't seem te be a simple way of doing it.
I want to loop through all the rows in my report and stop when the last row is reached. For this I need to determine the number of rows in my report.
for row = 1 to number_of_rows
myitem = objImpRep.getdatavalue (1,rows)
next row
Something like this: number_of_rows = objImpRep.Rows.Count ?