How can I use UDFs in subreport? The same function works great in main report, however, it throws error when I use it in subreport.
An error has occurred while processing TextBox 'textBox8':The expression contains undefined function call FormatNos().
In main report, I just use FormatNos(...). For subreport, the same function is called like <classname>.FormatNos() - I did select them from expression edition by expanding "User functions" - so no typo here.
Would I need to duplicate the functions in all subreport classes?
An error has occurred while processing TextBox 'textBox8':The expression contains undefined function call FormatNos().
In main report, I just use FormatNos(...). For subreport, the same function is called like <classname>.FormatNos() - I did select them from expression edition by expanding "User functions" - so no typo here.
Would I need to duplicate the functions in all subreport classes?