Hi there,
after updating our reporting service to 10.2.16.914 we found this issue:
if using TextFields (like txtPeriodHeader) and set Value in a NeedDataSource event, they are empty.
After resetting to 9.2.16.1216 everything worked as expected.
txtPeriodHeader.Value = String.Format("{0} - {1}", StartDatum.ToShortDateString(), periodEnd.AddMonths(1).AddDays(-1).ToShortDateString());This works in 9.2.16.1216 as expected, in 10.2.16.914 we got empty fields.
Best regards
Manfred