reportviewercore
reportviewercore copied to clipboard
Added package reference of System.Collection.Specialized and used in …
Added package reference of System.Collection.Specialized and used in RdlExpressions
What's the purpose of adding those references globally in RV instead of per-report in your .rdlc file?
What's the purpose of adding those references globally in RV instead of per-report in your .rdlc file?
Two reasons:
- We do not have control over RDL files we get.
- We have observed RDL files having VB code and the compilation of the same fails, and adding this package fixes the compilation problem when the report is getting loaded.
Does the .rdlc file works when using original RV? If so, please provide the file or modified sample project ReportViewerCore.Sample.Console from this repo reproducing the problem.