I am using WatiN to launch an SSRS report, which gets displayed on a new browser window.I saw the HTML of the report and found that SSRS arranges it in a table.
I am interested in fetching the values of one TD(s)(which in the example below is 11,202.63):
<DIV class="r11">ARSystemBalance </DIV></TD><TD class="a67"><DIV class="r11">: 11,202.63</DIV>
What should be the best method to fetch this value ?