C# 在浏览器中查看时,报表查看器参数未对齐

C# 在浏览器中查看时,报表查看器参数未对齐,c#,asp.net,alignment,report,reportviewer,C#,Asp.net,Alignment,Report,Reportviewer,我有一份报告,在设计中,所有参数和文本框都是对齐的。 当我运行应用程序时,它显示所有的iTen都乱七八糟 <title></title> <style type="text/css"> html, body, form { width: 100%; height: 100%; margin: 0; padding: 0 } </style> <form id="form1" runat="server" > <

我有一份报告,在设计中,所有参数和文本框都是对齐的。 当我运行应用程序时,它显示所有的iTen都乱七八糟

<title></title>
<style type="text/css">
    html, body, form { width: 100%; height: 100%; margin: 0; padding: 0 }
</style>


<form id="form1" runat="server" >
    <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
<rsweb:ReportViewer ID="rptguia" runat="server" Height="100%" WaitMessageFont-Names="Verdana" Width="100%">
    <LocalReport ReportEmbeddedResource="LadySys.report.guia_consulta.rdlc" ReportPath="report\guia_consulta.rdlc">
    </LocalReport>
</rsweb:ReportViewer>   
</form>         

html,正文,表单{宽度:100%;高度:100%;边距:0;填充:0}