Posted 31 July 2019, 7:28 am EST
Hello Dragan,
Thanks for the details.
The case you refer to, talks about upgradation from ActiveReports 2 to ActiveReports 7. While you are moving from ActiveReports 3 ActiveReports 12, I would like to inform you that the conversion is different here. You have two kinds of SectionReports: while the code-based SectionReport has layout and code in cs/vb file, standalone rpx files do not have such cs/vb files containing the layout and code details.
As there is a .resx file corresponding to your SectionReport.vb, your code-based SectionReport gets this .resx file containing its resource information. However, if at any point, you are loading a rpx report in this code-based report, you would still need this rpx file in your application, as I mentioned previously.
>>I have .resx file automatically added, the .vb file is changed
The added .resx file would contain the resource strings related to your .vb file. It is unrelated to the .rpx file content and the .rpx report file should be preserved in your application as it is.
>>backup was made of both .vb and .rpx file (in newly created folder called ARConverterBackup)
This folder contains the old files and can be deleted if you do not need the old files.
Hope this helps.
Thanks,
Esha