Posted 27 September 2019, 6:10 am EST - Updated 30 September 2022, 5:29 pm EST
Hello
I’ve been upgrading a project from VS2013 with AR7 to VS2019 with AR13. I got a few issues that become solved with latest AR13 releases, but now I’m having a strange behaviour that start when I detect a problem with chart subreport.
All my section reports that were converted to AR13 are working OK, except the ones that use a subreport with a chart on it.
All my section reports from my old project were created inside “app_code” folder and I keept them like that.
These are the issues that I’m detecting:
- When creating a subreport outside de “app_code” (named “secreport_inside_app_folder”)
I can went to design mode but there are two code files:
secreport_inside_app_folder.vb
secreport_inside_app_folder_desiner.vb
The first one it’s like a normal class and the second it’s related to the report.
I don’t see this behaviour with the old section reports from AR7.
The section reports from AR7 (that are working ok) they just have on code file. There are just two extensions *.vb and *.resx
When moving this subreport to “app_code” folder, there is no change in the behavior I can still select the “design view” without problems.
- When creating the subreport inside “App_code”, the file by default has the “build action” as “content” and not “compile”. After change it to “compile” I get an error in “design view”
After calling the “design view” the section report is presented as a class