我有一个Page Report.aspx,内容如下:
<asp:Content ID="Content" ContentPlaceHolderID="MainContent" runat="server">
<a:ShowPdf ID="ShowPdf1" Name="ShowPdf" runat="server" BorderStyle="Inset" BorderWidth="2px" FilePath="84ca0965220b47b592f9a0fc8aeb535c.pdf"
Height="100%"
Width="100%" />
</asp:Content>
问题是,Control ShowPDF没有显示完整的高度。
如何为控件设置100%高度?