<?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>topic Re: What software can be used to edit Vaults RDLC Report Templates? in Vault Forum</title>
    <link>https://forums.autodesk.com/t5/vault-forum/what-software-can-be-used-to-edit-vaults-rdlc-report-templates/m-p/12007063#M7406</link>
    <description>&lt;P&gt;I've successfully edited a rdlc in Visual Studio 2022, however, there are some manual steps you have to take.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;First open and convert the rdlc when opening in VS2022.&lt;/LI&gt;&lt;LI&gt;Edit and save the rdlc to local path.&lt;/LI&gt;&lt;LI&gt;When the rdlc is saved, open it in Notepad++ or a code editor and change the line at the top:&lt;OL&gt;&lt;LI&gt;From:&amp;nbsp;&amp;lt;Report xmlns="&lt;A href="http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition" target="_blank"&gt;http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition&lt;/A&gt;" xmlns:rd="&lt;A href="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" target="_blank"&gt;http://schemas.microsoft.com/SQLServer/reporting/reportdesigner&lt;/A&gt;"&amp;gt;&lt;/LI&gt;&lt;LI&gt;To: &amp;lt;Report xmlns:rd="&lt;A href="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" target="_blank"&gt;http://schemas.microsoft.com/SQLServer/reporting/reportdesigner&lt;/A&gt;" xmlns:cl="&lt;A href="http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition" target="_blank"&gt;http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition&lt;/A&gt;" xmlns="&lt;A href="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition" target="_blank"&gt;http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition&lt;/A&gt;"&amp;gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Comment out the whole&amp;nbsp;&amp;lt;ReportParametersLayout&amp;gt;&amp;nbsp;&amp;lt;/ReportParametersLayout&amp;gt; section as it is incompatible.&lt;/LI&gt;&lt;LI&gt;Save the rdlc and then try running the report in Vault. You still might get the incompatibility version popup, but it seems to still work for me.&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Fri, 02 Jun 2023 12:48:13 GMT</pubDate>
    <dc:creator>dave_taylor</dc:creator>
    <dc:date>2023-06-02T12:48:13Z</dc:date>
    <item>
      <title>What software can be used to edit Vaults RDLC Report Templates?</title>
      <link>https://forums.autodesk.com/t5/vault-forum/what-software-can-be-used-to-edit-vaults-rdlc-report-templates/m-p/12006946#M7405</link>
      <description>&lt;P&gt;Is it still the case that you need VS 2015 for it?&lt;/P&gt;
&lt;P&gt;Are there other options because installing 2015 version is far behind?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 12:03:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/what-software-can-be-used-to-edit-vaults-rdlc-report-templates/m-p/12006946#M7405</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2023-06-02T12:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: What software can be used to edit Vaults RDLC Report Templates?</title>
      <link>https://forums.autodesk.com/t5/vault-forum/what-software-can-be-used-to-edit-vaults-rdlc-report-templates/m-p/12007063#M7406</link>
      <description>&lt;P&gt;I've successfully edited a rdlc in Visual Studio 2022, however, there are some manual steps you have to take.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;First open and convert the rdlc when opening in VS2022.&lt;/LI&gt;&lt;LI&gt;Edit and save the rdlc to local path.&lt;/LI&gt;&lt;LI&gt;When the rdlc is saved, open it in Notepad++ or a code editor and change the line at the top:&lt;OL&gt;&lt;LI&gt;From:&amp;nbsp;&amp;lt;Report xmlns="&lt;A href="http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition" target="_blank"&gt;http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition&lt;/A&gt;" xmlns:rd="&lt;A href="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" target="_blank"&gt;http://schemas.microsoft.com/SQLServer/reporting/reportdesigner&lt;/A&gt;"&amp;gt;&lt;/LI&gt;&lt;LI&gt;To: &amp;lt;Report xmlns:rd="&lt;A href="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" target="_blank"&gt;http://schemas.microsoft.com/SQLServer/reporting/reportdesigner&lt;/A&gt;" xmlns:cl="&lt;A href="http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition" target="_blank"&gt;http://schemas.microsoft.com/sqlserver/reporting/2010/01/componentdefinition&lt;/A&gt;" xmlns="&lt;A href="http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition" target="_blank"&gt;http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition&lt;/A&gt;"&amp;gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Comment out the whole&amp;nbsp;&amp;lt;ReportParametersLayout&amp;gt;&amp;nbsp;&amp;lt;/ReportParametersLayout&amp;gt; section as it is incompatible.&lt;/LI&gt;&lt;LI&gt;Save the rdlc and then try running the report in Vault. You still might get the incompatibility version popup, but it seems to still work for me.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Fri, 02 Jun 2023 12:48:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/what-software-can-be-used-to-edit-vaults-rdlc-report-templates/m-p/12007063#M7406</guid>
      <dc:creator>dave_taylor</dc:creator>
      <dc:date>2023-06-02T12:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: What software can be used to edit Vaults RDLC Report Templates?</title>
      <link>https://forums.autodesk.com/t5/vault-forum/what-software-can-be-used-to-edit-vaults-rdlc-report-templates/m-p/12007971#M7407</link>
      <description>&lt;P&gt;That sound as an idea.&lt;/P&gt;
&lt;P&gt;I was on the same track to check the differences between the 2015 file save and the 2022 file save.&lt;/P&gt;
&lt;P&gt;You helped me a lot to have a more details look of what lines to change and to comment out.&lt;/P&gt;
&lt;P&gt;I am going to try this.&lt;/P&gt;
&lt;P&gt;Thanks for thinking with me...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 19:29:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-forum/what-software-can-be-used-to-edit-vaults-rdlc-report-templates/m-p/12007971#M7407</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2023-06-02T19:29:51Z</dc:date>
    </item>
  </channel>
</rss>

