Hello,
I have a report with multiple datasources in which I'm trying to get certain values from each datasource and display/run calculations on in the footer of the report. I'm using the ItemDataBound event of different textboxes to calculate totals and assign them to a variable in the codebehind. The problem is I don't understand the firing order of the different ItemDataBound events. If I have two tables and 5 textboxes in the report footer section....which textbox's ItemDataBound is fired first? Is there a way to control the order?
Thanks!!!
I have a report with multiple datasources in which I'm trying to get certain values from each datasource and display/run calculations on in the footer of the report. I'm using the ItemDataBound event of different textboxes to calculate totals and assign them to a variable in the codebehind. The problem is I don't understand the firing order of the different ItemDataBound events. If I have two tables and 5 textboxes in the report footer section....which textbox's ItemDataBound is fired first? Is there a way to control the order?
Thanks!!!