Zum Hauptinhalt gehen

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

Kommentare

1 Kommentar

  • Permanently deleted user

    Try the following:

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

    It works for me.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.