The Report options Dialog box includes an option to build the report from a DLL. The help section reads:
If you select the DLL option to generate your report, the TestReport Callback calls a function in a DLL to build the report body. The DLL report generator is a single call into a C-language DLL that processes the entire result list for the execution before returning. You can access the project and source code for the LabWindows/CVI-built DLL. If you select DLL, TestStand generates reports faster but does not call ModifyReportEntry callbacks.
Where is the project for this DLL and what is it called?