Hello

How can I add an asp.net control, in special case the ReportViewer, to a ext.net container and have it with a fitlayout?

<ext:Panel runat="server">
  <Content>
    <rsweb:ReportViewer runat="server" />
  </Content>
</exp:Panel>