11-01-2023 07:02 AM
Hi,
Me again =P im having issues as the tile suggests
Report Output Name != Parameters.ReportOptions.BaseName
Is this expected behavior or am I doing something wrong. I am trying to get the Report Output name from the ReportOptions Callback.
Where is the BaseName coming from? as my understanding was
Report Output Name == Parameters.ReportOptions.BaseName
As you can see from the image I do not have a report called FirmwareEng_Report.
Please help.
I'm using TS 2020 f1 64bit - I have to use this version for this project so upgrading is not an option =[
Kev
Solved! Go to Solution.
11-01-2023 09:44 AM
I may have spotted my error
Base name shows when Client Sequence File Directory is selected. I am using "Specify Report File Path by Expression"
Therefore to get the Output Name you require:
Parameters.ModelPlugin.Base.DisplayNameExpression
From within the ReportOptions Callback