--
You received this message because you are subscribed to the Google Groups "myfyireporting" group.
To unsubscribe from this group and stop receiving emails from it, send an email to myfyireportin...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/myfyireporting/7a84cc93-9c57-482c-865f-b94224aa43a1%40googlegroups.com.
Why you try get address from Textbox in Header?May be useful get address from Data?Like: =First(Fields.Name.Value, "Data")Where "Data" is your scope.28.05.2020, 01:45, "Magne Brenås" <mbre...@gmail.com>:
I have a TextboxReportAddress on the report, with a expression for getting a customers address. On this TextboxReportAddress, I have set Visibility to Hidden: True, since I don't want to show the address in the report table. The address is here show over multiple lines.I want to set this address in the Page Header, and have a TextboxHeaderAddress, with the value =ReportItems!TextboxReportAddress.ValueThis works fine as long as I don't set Visibility to Hidden: True on the TextboxReportAddress, but when I do, the TextboxHeaderAddress is also set to Hidden!How can I avoid that TextboxHeaderAddress is hided?The report designer:--
You received this message because you are subscribed to the Google Groups "myfyireporting" group.
To unsubscribe from this group and stop receiving emails from it, send an email to myfyire...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/myfyireporting/7a84cc93-9c57-482c-865f-b94224aa43a1%40googlegroups.com.