Hey guys, I cant figure this out for anything. I have an unbound numeric field on a crystal report, how can I set the value to the number programmaticall y in .NET? Heres how I set the value to some of the unbound text fields I have in the report.
Thanks
Code:
CType(MainReport.ReportDefinition.ReportObjects.Item("txtBox1"), _
CrystalDecisions.CrystalReports.Engine.TextObject).Text = textbox1.text