assing text to text object from windows form text object

edited 12:50PM in FastReport .NET
hai

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

Comments

  • edited 12:50PM
    Hello,

    Do this before running a report:

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

Leave a Comment