assing text to text object from windows form text object

edited 9:29AM in FastReport .NET
hai

how can i assign text to textobject from windows text object
thanks

Comments

  • edited 9:29AM
    Hello,

    Do this before running a report:

    (report1.FindObject("Text1") as TextObject).Text = "some text";

Leave a Comment