I am developing a VSTools ( C# .Net 3.5) add-on for GP in which at the end of my add-on I display a form with a ReportViewer linked to an RDLC report. When the form appears the ReportViewer freezes the form. The report does nothing except display the underlying datasource.
The question: is there anything special about displaying a form with a ReportViewer tied to an embedded RDLC as an add-on .dll within Dynamics GP??
I've commented most of my add-on so that it basically does nothing but display the report form. I've tried using as a report datasource a single class with a List<> accessor (a Business Object approach) with hard-coded data and I've tried a report datasource using a database connection (complete with associated TableAdapters and such.)
I can take the meat of my add-on, put it into a test app, and display the simple report with no freezing.
This isn't a case of not being able to display because of missing .dll files (such as a common search can find about when Integration Manager upgraded to using the ReportViewer.WinForms .dll).
*This post is locked for comments