This is a migrated thread and some comments may be shown as answers.

Run sub report parallel to increase the report speed

1 Answer 112 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 24 Feb 2020, 03:16 AM

Hi,

     I have a report file trdx which contains many sub report, which runs very slowly. I want all the sub report to run in parallel. Is that possible to do that and how to do that? The following is my trdx report file.

<?xml version="1.0" encoding="utf-8"?>
<Report DataSourceName="objectDataSourceCompanyInfo" Width="6.5in" Name="Report1" xmlns="http://schemas.telerik.com/reporting/2012/3.7">
  <DataSources>
    <ObjectDataSource DataMember="GetCompanyInformation" Name="objectDataSourceCompanyInfo" ParameterValues="{&quot;companyID&quot;:&quot;1&quot;,&quot;lang&quot;:&quot;en-US&quot;}">
      <DataSource>
        <ClrType FullName="Sustainability.BusinessObject.Client.ReportManager" Assembly="Sustainability.BusinessObject.Client" />
      </DataSource>
      <Parameters>
        <ObjectDataSourceParameter Name="companyID">
          <DataType>System.Int32</DataType>
          <Value>
            <String>= Parameters.companyID.Value</String>
          </Value>
        </ObjectDataSourceParameter>
        <ObjectDataSourceParameter Name="lang">
          <DataType>System.String</DataType>
          <Value>
            <String>= Parameters.lang.Value</String>
          </Value>
        </ObjectDataSourceParameter>
      </Parameters>
    </ObjectDataSource>
  </DataSources>
  <Items>
    <DetailSection Height="17.8395868937175in" Name="detailSection1">
      <Style BackgroundColor="White" />
      <Items>
        <SubReport Width="6.49992116292318in" Height="0.399999936421717in" Left="0.00003941853841146in" Top="2.64791679382324in" KeepTogether="False" Name="subReportEnvironmentalPerformance_AirEmissions">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Environmental_Performance_AirEmissions.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <SubReport Width="6.49992116292318in" Height="0.847798506418864in" Left="0.00003941853841146in" Top="0in" Name="subReportCoverPage">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Cover.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyName">
                  <Value>
                    <String>= Fields.CompanyName</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <SubReport Width="6.4999213218689in" Height="0.847798526287079in" Left="0in" Top="0.847916762034098in" Name="subReportAbout">
          <ReportSource>
            <UriReportSource Uri="ESGReport_About.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyName">
                  <Value>
                    <String>= Fields.CompanyName</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <TextBox Width="6.4999213218689in" Height="0.400000005960464in" Left="0in" Top="1.69579410552979in" Value="= IIf(&#xD;&#xA;Parameters.lang.Value=&quot;zh-CN&quot;,&#xD;&#xA;&quot;环境&quot;,&#xD;&#xA;&#xD;&#xA;IIf(Parameters.lang.Value=&quot;zh-TW&quot;,&#xD;&#xA;&quot;環境&quot;,&#xD;&#xA;&#xD;&#xA;&quot;Environmental Performance&quot;&#xD;&#xA;))&#xD;&#xA;" Name="textBox1">
          <Style>
            <Font Name="Arial Unicode MS" Size="16pt" />
          </Style>
        </TextBox>
        <TextBox Width="6.49996042251587in" Height="0.39999994635582in" Left="0in" Top="2.09587287902832in" Value="= IIf(&#xD;&#xA;Parameters.lang.Value=&quot;zh-CN&quot;,&#xD;&#xA;&quot;在 &quot; + Parameters.fromYear.Value + &quot; 财政年度,我们透过以下各范畴管理我们的环保表现。&quot;,&#xD;&#xA;&#xD;&#xA;IIf(Parameters.lang.Value=&quot;zh-TW&quot;,&#xD;&#xA;&quot;在 &quot; + Parameters.fromYear.Value + &quot; 財政年度,我們透過以下各範疇管理我們的環保表現。&quot;,&#xD;&#xA;&#xD;&#xA;&quot;In FY &quot; + Parameters.fromYear.Value + &quot;, we measured and managed our environmental performance in several aspects throughout our operations.&quot;&#xD;&#xA;))&#xD;&#xA;" Name="textBox2">
          <Style TextAlign="Justify">
            <Font Name="Arial Unicode MS" Size="11pt" />
          </Style>
        </TextBox>
        <SubReport Width="6.4999213218689in" Height="0.399999976158147in" Left="0in" Top="3.04791673024495in" Name="subReportEnvironmentalPerformance_GHG">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Environmental_Performance_GHG.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyName">
                  <Value>
                    <String>= Fields.CompanyName</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <SubReport Width="6.4999213218689in" Height="0.399920821189885in" Left="0.00007883707682292in" Top="3.44791698455811in" Name="subReportEnvironmentalPerformance_EnergyConsumption">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Environmental_Performance_EnergyConsumption.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <SubReport Width="6.4999213218689in" Height="0.399999976158147in" Left="0in" Top="3.84791692097982in" Name="subReportEnvironmentalPerformance_WaterManagement">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Environmental_Performance_WaterManagement.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <SubReport Width="6.4999213218689in" Height="0.399999976158147in" Left="0in" Top="4.24791685740153in" Name="subReportEnvironmentalPerformance_WastewaterDischarge">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Environmental_Performance_WastewaterDischarge.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <SubReport Width="6.4999213218689in" Height="0.399999976158147in" Left="0in" Top="4.64791679382324in" Name="subReportEnvironmentalPerformance_WasteManagementAndReduction1">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Environmental_Performance_WasteManagementAndReduction1.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <SubReport Width="6.4999213218689in" Height="0.399999976158147in" Left="0in" Top="5.04791673024495in" Name="subReportEnvironmentalPerformance_WasteManagementAndReduction2">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Environmental_Performance_WasteManagementAndReduction2.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <SubReport Width="6.4999213218689in" Height="0.400000294049586in" Left="0in" Top="5.44791698455811in" Name="subReportEnvironmentalPerformance_MaterialConsumption">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Environmental_Performance_MaterialConsumption.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyName">
                  <Value>
                    <String>= Fields.CompanyName</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <SubReport Width="6.4999213218689in" Height="0.399999658266708in" Left="0in" Top="5.84791723887126in" Name="subReportEnvironmentalPerformance_NaturalResourcesAndEnvironment">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Environmental_Performance_NaturalResourcesAndEnvironment.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <TextBox Width="6.4999213218689in" Height="0.400000005960464in" Left="0in" Top="6.24791685740153in" Value="= IIf(&#xD;&#xA;Parameters.lang.Value=&quot;zh-CN&quot;,&#xD;&#xA;&quot;社会&quot;,&#xD;&#xA;&#xD;&#xA;IIf(Parameters.lang.Value=&quot;zh-TW&quot;,&#xD;&#xA;&quot;社會&quot;,&#xD;&#xA;&#xD;&#xA;&quot;Social Performance&quot;&#xD;&#xA;))" Name="textBox3">
          <Style>
            <Font Name="Arial Unicode MS" Size="17pt" />
          </Style>
        </TextBox>
        <SubReport Width="6.4999213218689in" Height="0.374902764956161in" Left="0in" Top="6.67293516794841in" Name="subReportSocialPerformance_EmploymentAndLabourPractices">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Social_Performance_EmploymentAndLabourPractices.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyName">
                  <Value>
                    <String>= Fields.CompanyName</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <SubReport Width="6.4999213218689in" Height="0.399921456972758in" Left="0in" Top="7.04791673024495in" Name="subReportSocialPerformance_HealthAndSafety">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Social_Performance_HealthAndSafety.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <SubReport Width="6.4999213218689in" Height="0.399921427170435in" Left="0in" Top="7.44791698455811in" Name="subReportSocialPerformance_DevelopmentAndTraining">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Social_Performance_DevelopmentAndTraining.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <SubReport Width="6.4999213218689in" Height="0.399920791387558in" Left="0in" Top="7.84791723887126in" Name="subReportSocialPerformance_LabourStandards">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Social_Performance_LabourStandards.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyName">
                  <Value>
                    <String>= Fields.CompanyName</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <SubReport Width="6.4999213218689in" Height="0.399921427170435in" Left="0in" Top="8.24791685740153in" Name="subReportSocialPerformance_SupplyChainManagement">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Social_Performance_SupplyChainManagement.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <SubReport Width="6.4999213218689in" Height="0.399921427170435in" Left="0in" Top="8.64791711171468in" Name="subReportSocialPerformance_ProductResponsibility">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Social_Performance_ProductResponsibility.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <SubReport Width="6.4999213218689in" Height="0.399920791387558in" Left="0in" Top="9.04791736602783in" Name="subReportSocialPerformance_AntiCorruption">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Social_Performance_AntiCorruption.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyName">
                  <Value>
                    <String>= Fields.CompanyName</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <SubReport Width="6.4999213218689in" Height="0.400000264247258in" Left="0in" Top="9.44791698455811in" Name="subReportSocialPerformance_CommunityInvestment">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Social_Performance_CommunityInvestment.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyID">
                  <Value>
                    <String>= Parameters.companyID.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromMonth">
                  <Value>
                    <String>= Parameters.fromMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toYear">
                  <Value>
                    <String>= Parameters.toYear.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="toMonth">
                  <Value>
                    <String>= Parameters.toMonth.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="companyName">
                  <Value>
                    <String>= Fields.CompanyName</String>
                  </Value>
                </Parameter>
                <Parameter Name="locationIDs">
                  <Value>
                    <String>= Parameters.locationIDs.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
        <SubReport Width="6.4999213218689in" Height="0.400000274181366in" Left="0in" Top="9.84791723887126in" Name="subReportIndex">
          <ReportSource>
            <UriReportSource Uri="ESGReport_Index.trdx">
              <Parameters>
                <Parameter Name="lang">
                  <Value>
                    <String>= Parameters.lang.Value</String>
                  </Value>
                </Parameter>
                <Parameter Name="fromYear">
                  <Value>
                    <String>= Parameters.fromYear.Value</String>
                  </Value>
                </Parameter>
              </Parameters>
            </UriReportSource>
          </ReportSource>
        </SubReport>
      </Items>
    </DetailSection>
    <PageHeaderSection Height="0.0520832935969036in" Name="pageHeaderSection1">
      <Style BackgroundColor="White" />
    </PageHeaderSection>
    <PageFooterSection Height="0.564666152000427in" Name="pageFooterSection1">
      <Style BackgroundColor="White" />
      <Items>
        <TextBox Width="4cm" Height="1cm" Left="2.40000025431315in" Top="0.108331044514974in" Value="{PageNumber}" Name="ReportPageNumberTextBox">
          <Style TextAlign="Center">
            <Font Name="Segoe UI" />
          </Style>
        </TextBox>
        <PictureBox Value="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" Width="0.900078495343523in" Height="0.564666132132213in" Left="5.59984270731608in" Top="0in" MimeType="image/png" Name="pictureBox1">
          <Style Visible="False">
            <BackgroundImage Repeat="NoRepeat" MimeType="image/png" />
          </Style>
        </PictureBox>
      </Items>
    </PageFooterSection>
  </Items>
  <StyleSheet>
    <StyleRule>
      <Style>
        <Padding Left="2pt" Right="2pt" />
      </Style>
      <Selectors>
        <TypeSelector Type="TextItemBase" />
        <TypeSelector Type="HtmlTextBox" />
      </Selectors>
    </StyleRule>
    <StyleRule>
      <Style Color="20, 34, 77">
        <BorderStyle Default="Solid" />
        <BorderColor Default="Black" />
        <BorderWidth Default="1px" />
        <Font Name="Calibri" Size="9pt" />
      </Style>
      <Selectors>
        <StyleSelector Type="Table" StyleName="Office.TableNormal" />
      </Selectors>
    </StyleRule>
    <StyleRule>
      <Style BackgroundColor="121, 167, 227" Color="20, 34, 77" VerticalAlign="Middle">
        <BorderStyle Default="Solid" />
        <BorderColor Default="Black" />
        <BorderWidth Default="1px" />
        <Font Name="Calibri" Size="10pt" />
      </Style>
      <Selectors>
        <DescendantSelector>
          <Selectors>
            <TypeSelector Type="Table" />
            <StyleSelector Type="ReportItem" StyleName="Office.TableHeader" />
          </Selectors>
        </DescendantSelector>
      </Selectors>
    </StyleRule>
    <StyleRule>
      <Style>
        <BorderStyle Default="Solid" />
        <BorderColor Default="Black" />
        <BorderWidth Default="1px" />
        <Font Name="Calibri" Size="9pt" />
      </Style>
      <Selectors>
        <DescendantSelector>
          <Selectors>
            <TypeSelector Type="Table" />
            <StyleSelector Type="ReportItem" StyleName="Office.TableBody" />
          </Selectors>
        </DescendantSelector>
      </Selectors>
    </StyleRule>
  </StyleSheet>
  <PageSettings>
    <PageSettings PaperKind="A4" Landscape="False">
      <Margins>
        <MarginsU Left="0.800000011920929in" Right="0.800000011920929in" Top="1in" Bottom="0.300000011920929in" />
      </Margins>
    </PageSettings>
  </PageSettings>
  <ReportParameters>
    <ReportParameter Name="lang" Text="Language">
      <Value>
        <String>en-US</String>
      </Value>
    </ReportParameter>
    <ReportParameter Name="companyID" Type="Integer" Text="companyID">
      <Value>
        <String>1</String>
      </Value>
    </ReportParameter>
    <ReportParameter Name="fromYear" Type="Integer" Text="= IIf(&#xD;&#xA;Parameters.lang.Value=&quot;zh-CN&quot;,&#xD;&#xA;&quot;年 (由)&quot;,&#xD;&#xA;&#xD;&#xA;IIf(Parameters.lang.Value=&quot;zh-TW&quot;,&#xD;&#xA;&quot;年 (由)&quot;,&#xD;&#xA;&#xD;&#xA;&quot;Year (from)&quot;&#xD;&#xA;))">
      <Value>
        <String>2016</String>
      </Value>
    </ReportParameter>
    <ReportParameter Name="fromMonth" Type="Integer" Text="= IIf(&#xD;&#xA;Parameters.lang.Value=&quot;zh-CN&quot;,&#xD;&#xA;&quot;月 (由)&quot;,&#xD;&#xA;&#xD;&#xA;IIf(Parameters.lang.Value=&quot;zh-TW&quot;,&#xD;&#xA;&quot;月 (由)&quot;,&#xD;&#xA;&#xD;&#xA;&quot;Month (from)&quot;&#xD;&#xA;))">
      <Value>
        <String>1</String>
      </Value>
    </ReportParameter>
    <ReportParameter Name="toYear" Type="Integer" Text="= IIf(&#xD;&#xA;Parameters.lang.Value=&quot;zh-CN&quot;,&#xD;&#xA;&quot;年 (至)&quot;,&#xD;&#xA;&#xD;&#xA;IIf(Parameters.lang.Value=&quot;zh-TW&quot;,&#xD;&#xA;&quot;年 (至)&quot;,&#xD;&#xA;&#xD;&#xA;&quot;Year (to)&quot;&#xD;&#xA;))">
      <Value>
        <String>2016</String>
      </Value>
    </ReportParameter>
    <ReportParameter Name="toMonth" Type="Integer" Text="= IIf(&#xD;&#xA;Parameters.lang.Value=&quot;zh-CN&quot;,&#xD;&#xA;&quot;月 (至)&quot;,&#xD;&#xA;&#xD;&#xA;IIf(Parameters.lang.Value=&quot;zh-TW&quot;,&#xD;&#xA;&quot;月 (至)&quot;,&#xD;&#xA;&#xD;&#xA;&quot;Month (to)&quot;&#xD;&#xA;))">
      <Value>
        <String>12</String>
      </Value>
    </ReportParameter>
    <ReportParameter Name="locationIDs" Text="Location IDs" />
  </ReportParameters>
</Report>

1 Answer, 1 is accepted

Sort by
0
Ivan Hristov
Telerik team
answered on 26 Feb 2020, 05:10 PM

Hello Alex,

Although there is no problem to process a bunch of reports in parallel, a single report is always rendered synchronously. Internally we run parallel tasks whenever it makes sense, but in general, the items processing and paging is synchronous. The main reason is that each item may generate a different number of pages and since the report processing is streamlined, synchronizing the order of the pages, produced by each element, would be very challenging.

I inspected the provided report definition and it seems to me it displays a set of reports in a particular order. In this case I believe the ReportBook would work better, because it is designed exactly for such scenarios - where a set of reports with equal or similar parameters must be rendered together. I imagine that there won't be a significant performance gain, but the reports will be more organized and easier to maintain.

Also, processing a subreport item should not take longer than processing the report itself, so I would recommend to inspect which ones of the subreports takes longer to render and try to optimize them according to the suggestions in Performance Considerations article.

Hope this helps.

Regards,
Ivan Hristov
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Alex
Top achievements
Rank 1
Answers by
Ivan Hristov
Telerik team
Share this question
or