Posted 7 June 2024, 8:45 am EST
I am using FlexReport from a VB application ver 4.8 and want to programatically set the value of a textfield in the reports header.
For some reason I can’t set the value. According to the documentation Value is a public property but it doesn’t show up in intellisense.
Here is my statement:
C1FlexReport1.Fields.FindByName(“titleLbl2_Ferdige”).Value = “Testing”