Hi
I need to access value of perticular row that is populated in table component from a textbox outside table.
When you are saying particular row, i think you should be knowing the rownumber of the table.
Why can't you have a seperate dataset some thing like t
select top {row_numer} col_name from table1
take the last value from this dataset. leave the main dataset
I wish you might have got some idea with this push
Thank you,
Raj Deep.A
|||Thanks for your kind consideration.
This solution is convinient if we have one or two cells in which we need to fetch data. But I have a report in which 40-50 such fields are there. And to create a dataset for each row would be tiresome job and not optimal. I was looking at some solutions in direction of
ReportItems collection. I am not sure wether we can get data from data section of table ie except header and trailer.
Regards
Spandan
No comments:
Post a Comment