This is the report that is generated in my .aspx page. I have made this in html. The data is displayed via labels
eg
for Annual Row
lblAnnualCompleted.text = calculated value here the value is 2
and
lblAnnualnotcompleted.text = calculated value here the value is 1. This is how the data is populated.
Please can any one let me know how can I export this to EXCEL.
Report Summary
|
|
Total
Completed |
Total Not Done |
Total Target |
Completion
Rate |
|
Total Annuals |
2 |
1 |
3 |
67% |
|
Total
Biennials |
5 |
1 |
6 |
83% |
|
Total
Triennials |
3 |
8 |
11 |
27% |
|
Total of All
Inspections |
10 |
10 |
20 |
|
|
Total
Completion Rate (%) |
|
|
|
50% |
Click here to Export to Excel the Summary Report
Replies
Know the answer? Post it — somebody with the same question will find it here.