reportviewercore
reportviewercore copied to clipboard
WinForms control designer,How to ues it normally with not programmatically?
"WinForms control designer. To use ReportViewer in your WinForms project, add the control programmatically, as in ReportViewerCore.Sample.WinForms\ReportViewerForm.cs."
WinForms control designer,How to ues it normally with not programmatically?
Is there a plan to repair it in the foreseeable future?
Tks.
No such plans right now. In principle it might be possible. If you feel like giving it a try:
- grab
Microsoft.ReportViewer.Design.dllfrom original Report Viewer - decompile it using
ILSpy - add a new
Microsoft.ReportViewer.Designerproject to this repo - update
[Designer]attribute onMicrosoft.Reporting.WinForms.ReportViewer - fixup
EnvDTEandMicrosoft.VisualStudio.Shell.*references (if those even work in .NET Core) - fix any residual compilation errors
- update
.nuspecto include new project