Before the last release I used to set a textbox value in the footer section programatically with the code below which worked ok, however since the update this doesn't now work??
Private Sub ReportFooterSection1_ItemDataBinding(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ReportFooterSection1.ItemDataBinding
contractSumFunctionTextBox.Value = Format(membContract, "N0")
End Sub
tried contractSumFunctionTextBox.Value = 24 as a test but still nothing shows
???
Private Sub ReportFooterSection1_ItemDataBinding(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ReportFooterSection1.ItemDataBinding
contractSumFunctionTextBox.Value = Format(membContract, "N0")
End Sub
tried contractSumFunctionTextBox.Value = 24 as a test but still nothing shows
???