Hello, I have an ASP.NET application running the 4.6.1 framework. Crystal Reports Runtime installed in 64 bit 13.0.17. I have a simple report with one group that allows a drill down to view more details. However when attempting to Print or Export the report's drill down data I only get the 'Main Report' data and not the drill down details. Attempting to export to PDF or Excel.
Previously we were running ASP.NET 4.0 and CR 11.5 and this was working as expected.
Am I missing some new property or setting in order to be able to print/export the drill down data?
I've tried setting the 'HasDrillDownTabs' property to both True/False but with the same results.
Any help would be greatly appreciated!