Unplanned
Last Updated: 11 Jul 2023 14:19 by ADMIN
Scheduled for 2023 R3
Damien
Created on: 11 Jul 2023 14:02
Type: Bug Report
1
Adding a Report Viewer to a Windows Form through the VS Toolbox does not work as expected in .NET Core projects

After dragging a report viewer control from the Visual Studio toolbox to the surface of a Windows Form, the viewer is added to the component tray but it is not added to the Controls collection of the form. Thus, the viewer is not displayed when running the application.

Also, some properties of the report viewer, such as the ReportSource property, are not serialized properly after being modified through the Visual Studio properties window.

Currently, one can work around these issues by manually editing the InitializeComponent component method of the form's .Designer.cs file.

0 comments