If I have a textbox_ItemDataBound and subreport_ItemDataBound in the detail section, the subreport_ItemDataBound always run first, and then the textbox_ItemDataBound run. Is there any way I can run the textbox_ItemDataBound first?
I want to get the value of the textbox from the textbox_ItemDataBound to set the visibility of subreport according the value of the textbox's value.
I want to get the value of the textbox from the textbox_ItemDataBound to set the visibility of subreport according the value of the textbox's value.