ReportViewer control floating over form

Michele Santucci 1 Reputation point
2021-04-01T07:06:09.637+00:00

I have some old ASP.NET WebForms that use ReportViewer control. The control works at runtime without problems but at design time it appears floating over the form instead being enclosed in the form where the control is declared.

<tr>
    <td>
        <rsweb:ReportViewer ID="rptDati" runat="server" Height="440px" Width="100%" />
    </td>
</tr>

I'm using the lastest version of Microsoft.ReportingServices.ReportViewerControl.WebForms package (as long as the latest Visual Studio RDLC extension).
How can I fix it?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,253 questions
{count} votes