Crystal Reports Unbound Numeric Field Set Value

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • marcellus7
    New Member
    • Oct 2008
    • 33

    Crystal Reports Unbound Numeric Field Set Value

    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.

    Code:
        CType(MainReport.ReportDefinition.ReportObjects.Item("txtBox1"),  _
         CrystalDecisions.CrystalReports.Engine.TextObject).Text = textbox1.text
    Thanks
Working...