Aller au contenu principal

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

Commentaires

1 commentaire

  • Permanently deleted user

    Try the following:

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

    It works for me.

    0

Vous devez vous connecter pour laisser un commentaire.