If you have a customized Project Summary report created before SI v20, this article will show you how to upgrade the report to v20 format, e.g., to group by Labor Type vs. Phase.
The report upgrade must be done in SI v20.
1/ In the Standard Report Designer, open your customized version of the Project Summary report.
2/ Click the grpLaborSummaryHeader section to select it and then click Ctrl + A on your keyboard to select all objects in this section of the report.
3/ Click the Delete button on your keyboard, and then OK on the following prompt confirming the deletion of the selected fields.
4/ Drag a SubReport control from the Toolbox to the grpLaborSummaryHeader section.
This SubReport control will expand the height of the section.
5/ Resize the SubReport control and resize the grpLaborSummaryHeader section as needed, then right-click the Subreport control and select Bind to D-Tools Report.
6/ Select the Project Summary Labor Type Sub Report report and click OK.
7/ Click the Script tab at the bottom of the Standard Report Designer interface.
8/ Add the following variable to the script as shown below.
Dim isBindLaborTypeSubReport As Boolean = False.
9/ Replace the grpLaborSummaryHeader_Format event script with the following script grpLaborSummaryGroupHeader_Format_v20_Script.txt.