Transmittal reports in version 2 of the app can now use an additional parameter to identify a work package of the report. This could be used so sort the documents in the reports by work package. If you have existing reports that you would like to upgrade to use this feature, you can do so by following these steps:

  1. Open the report in a text editor e.g. Notepad, VS Code
  2. Navigate to the XML element <DataSets>. In TransmittalSummary.rdlc find <DataSet Name="dsSummaryItems">, and in TransmittalSheet.rdlc find <DataSet Name="dsTransmittalItems">.
  3. Add the following field after DrgStatus ```
DrgPackage System.String

``` Screenshot 2023-09-03 090822

  1. Reports can now optionally use the DrgPackage parameter. One example might be using DrgPackage as a Row Group to sort drawings by package on the Summary Report. Screenshot 2023-09-03 142656