Skip to main content

Updating Custom Project Summary Report to v20 Format

A
Written by Ashok P
Updated over a month ago

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.

grplaborsummary section.png

3/ Click the Delete button on your keyboard, and then OK on the following prompt confirming the deletion of the selected fields.

confirm delete.png

4/ Drag a SubReport control from the Toolbox to the grpLaborSummaryHeader section.

drag subreport.png

This SubReport control will expand the height of the section.

expanded field.png

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.

bind to report.png

6/ Select the Project Summary Labor Type Sub Report report and click OK.

select report.png

7/ Click the Script tab at the bottom of the Standard Report Designer interface.

script tab.png

8/ Add the following variable to the script as shown below.

Dim isBindLaborTypeSubReport As Boolean = False.

added variable.png

9/ Replace the grpLaborSummaryHeader_Format event script with the following script grpLaborSummaryGroupHeader_Format_v20_Script.txt.

grplaborsummary format section.png

Related article

Did this answer your question?