<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Dynamic runtime subreport import in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/dynamic-runtime-subreport-import/qaa-p/14391403#M4941761</link>
    <description>&lt;P&gt;Also...&lt;/P&gt;&lt;P&gt;See my Parameter test app, drop down list has functions to add a subreport plus link it.&lt;/P&gt;&lt;P&gt;Main info page:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/docs/SUPPORT_CONTENT/crystalreports/3354091173.html?locale=en-US&amp;amp;ai=true" target="_blank" rel="noopener"&gt;https://help.sap.com/docs/SUPPORT_CONTENT/crystalreports/3354091173.html?locale=en-US&amp;amp;ai=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And this area:&lt;/P&gt;&lt;H3 id="CrystalReports,DeveloperforVisualStudioDownloads-RelatedDocuments"&gt;&lt;STRONG&gt;Related Documents&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://www.sap.com/documents/2015/07/368edae4-597c-0010-82c7-eda71af511fa.html" target="_blank" rel="noopener"&gt;Crystal Reports for Visual Studio Licensing&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://blogs.sap.com/2020/10/30/upgrading-a-visual-studio-2008-2019-.net-project-with-the-latest-cr-.net-sdk-packages/" target="_blank" rel="noopener"&gt;Upgrading a Visual Studio 2008-&amp;gt;2022 .NET project with the latest CR .NET SDK packages&lt;/A&gt; for instructions on upgrading your existing project to the latest SP&lt;/LI&gt;&lt;LI&gt;See these blogs on how to use Crystal Reports for Visual Studio sample applications:&lt;UL&gt;&lt;LI&gt;&lt;A href="https://blogs.sap.com/2022/03/31/how-to-use-the-new-cr-2020-export-to-microsoft-excelxlxs-in-visual-studio-.net-code/" target="_blank" rel="noopener"&gt;How to use the new CR 2020 export to Microsoft Excel(XLXS) in Visual Studio .NET code&lt;/A&gt;&amp;nbsp;(new)&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://blogs.sap.com/2016/02/17/how-to-parameters-in-crystal-reports-for-visual-studio-net/" target="_blank" rel="noopener"&gt;How To: Parameters in Crystal Reports for Visual Studio .NET&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://blogs.sap.com/2015/08/19/printing-crystal-reports-in-net/" target="_blank" rel="noopener"&gt;Printing Crystal Reports in .NET&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://help.sap.com/doc/45c028516e041014910aba7db0e91070/SP21/en-US/crnet13_sp21_install_en.pdf" target="_blank" rel="nofollow noopener"&gt;SAP Crystal Reports for Visual Studio Installation Guide ( SP 21 and above)&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Thu, 07 May 2026 12:55:13 GMT</pubDate>
    <dc:creator>DonWilliams</dc:creator>
    <dc:date>2026-05-07T12:55:13Z</dc:date>
    <item>
      <title>Dynamic runtime subreport import</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-runtime-subreport-import/qaq-p/14390292</link>
      <description>&lt;P&gt;Does Crystal Reports 2025 .NET runtime support dynamic runtime subreport import/replacement equivalent to CRAXDRT ImportSubreport()?&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 09:00:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-runtime-subreport-import/qaq-p/14390292</guid>
      <dc:creator>starfish</dc:creator>
      <dc:date>2026-05-06T09:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic runtime subreport import</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-runtime-subreport-import/qaa-p/14390333#M4941638</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Unfortunately, the .NET SDK does not have a direct 1:1 functional equivalent to the legacy COM-based &lt;CODE&gt;CRAXDRT.ImportSubreport()&lt;/CODE&gt;&lt;/SPAN&gt;&lt;SPAN&gt;. The standard workaround is to use the &lt;STRONG&gt;Report Application Server (RAS) SDK&lt;/STRONG&gt; (available within the Visual Studio runtime) to access the &lt;CODE&gt;SubreportController.ImportSubreport()&lt;/CODE&gt; method&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Most developers handle this by placing a "placeholder" subreport in the template and then using the RAS SDK to programmatically overwrite it with an external &lt;CODE&gt;.rpt&lt;/CODE&gt; file at runtime&lt;/SPAN&gt;&lt;SPAN&gt;. If you are scaling this in a high-availability environment, I’d recommend using &lt;STRONG&gt;contract-first testing&lt;/STRONG&gt; to ensure the schema of the imported subreport doesn't break the main report’s data contracts&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 10:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-runtime-subreport-import/qaa-p/14390333#M4941638</guid>
      <dc:creator>RACHID_AITBOUALE</dc:creator>
      <dc:date>2026-05-06T10:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic runtime subreport import</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-runtime-subreport-import/qaa-p/14390373#M4941639</link>
      <description>Thank you. Will try this tomorrow</description>
      <pubDate>Wed, 06 May 2026 10:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-runtime-subreport-import/qaa-p/14390373#M4941639</guid>
      <dc:creator>starfish</dc:creator>
      <dc:date>2026-05-06T10:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic runtime subreport import</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-runtime-subreport-import/qaa-p/14391403#M4941761</link>
      <description>&lt;P&gt;Also...&lt;/P&gt;&lt;P&gt;See my Parameter test app, drop down list has functions to add a subreport plus link it.&lt;/P&gt;&lt;P&gt;Main info page:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/docs/SUPPORT_CONTENT/crystalreports/3354091173.html?locale=en-US&amp;amp;ai=true" target="_blank" rel="noopener"&gt;https://help.sap.com/docs/SUPPORT_CONTENT/crystalreports/3354091173.html?locale=en-US&amp;amp;ai=true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And this area:&lt;/P&gt;&lt;H3 id="CrystalReports,DeveloperforVisualStudioDownloads-RelatedDocuments"&gt;&lt;STRONG&gt;Related Documents&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://www.sap.com/documents/2015/07/368edae4-597c-0010-82c7-eda71af511fa.html" target="_blank" rel="noopener"&gt;Crystal Reports for Visual Studio Licensing&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://blogs.sap.com/2020/10/30/upgrading-a-visual-studio-2008-2019-.net-project-with-the-latest-cr-.net-sdk-packages/" target="_blank" rel="noopener"&gt;Upgrading a Visual Studio 2008-&amp;gt;2022 .NET project with the latest CR .NET SDK packages&lt;/A&gt; for instructions on upgrading your existing project to the latest SP&lt;/LI&gt;&lt;LI&gt;See these blogs on how to use Crystal Reports for Visual Studio sample applications:&lt;UL&gt;&lt;LI&gt;&lt;A href="https://blogs.sap.com/2022/03/31/how-to-use-the-new-cr-2020-export-to-microsoft-excelxlxs-in-visual-studio-.net-code/" target="_blank" rel="noopener"&gt;How to use the new CR 2020 export to Microsoft Excel(XLXS) in Visual Studio .NET code&lt;/A&gt;&amp;nbsp;(new)&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://blogs.sap.com/2016/02/17/how-to-parameters-in-crystal-reports-for-visual-studio-net/" target="_blank" rel="noopener"&gt;How To: Parameters in Crystal Reports for Visual Studio .NET&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://blogs.sap.com/2015/08/19/printing-crystal-reports-in-net/" target="_blank" rel="noopener"&gt;Printing Crystal Reports in .NET&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://help.sap.com/doc/45c028516e041014910aba7db0e91070/SP21/en-US/crnet13_sp21_install_en.pdf" target="_blank" rel="nofollow noopener"&gt;SAP Crystal Reports for Visual Studio Installation Guide ( SP 21 and above)&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 07 May 2026 12:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-runtime-subreport-import/qaa-p/14391403#M4941761</guid>
      <dc:creator>DonWilliams</dc:creator>
      <dc:date>2026-05-07T12:55:13Z</dc:date>
    </item>
  </channel>
</rss>

