There is a possibility to get the value of a formula of a subreport, or just update this formula the subreport ?
For report made of the way down.
For nPos_Tab_Rel as integer = 0 to (s_rptPrint.DataDefinition.FormulaFields.count -1)
if (s_rptPrint.DataDefinition.FormulaFields(nPos_Tab_Rel).name.equals("nmCustomer")) then
s_rptPrint.DataDefinition.FormulaFields("nmCustomer").Text = "Customer - Test"
exit for
end if
Next