Add ref line in report through application builder script
Hello All,
I was trying to add the following line in my application builder script to add ref lines to reports:
Report1[Axis Box(1)] << Add Ref Line( 100, "Solid", "Medium Dark Red", "LL", 10 );
However, it does nothing. I get no warnings or errors in the log. I've checked the display tree and I'm accessing the correct Axis Box. If I change the index of the axis box it does generate an error....