reportviewercore icon indicating copy to clipboard operation
reportviewercore copied to clipboard

Added package reference of System.Collection.Specialized and used in …

Open patelhitul opened this issue 3 years ago • 3 comments

Added package reference of System.Collection.Specialized and used in RdlExpressions

patelhitul avatar Sep 09 '22 09:09 patelhitul

What's the purpose of adding those references globally in RV instead of per-report in your .rdlc file?

lkosson avatar Sep 09 '22 10:09 lkosson

What's the purpose of adding those references globally in RV instead of per-report in your .rdlc file?

Two reasons:

  1. We do not have control over RDL files we get.
  2. 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.

patelhitul avatar Sep 09 '22 11:09 patelhitul

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.

lkosson avatar Sep 09 '22 11:09 lkosson