Skip to main content

How to set a Text for textbox through code in Report designer

Comments

1 comment

  • Permanently deleted user

    Try the following:

    ((DataDynamics.ActiveReports.TextBox)rpt.Sections["Detail"].Controls["TextBox3"]).Value = "ABC";

    It works for me.

    0

Please sign in to leave a comment.