我开发了一些 Rdlc 文件, 我在我的 asp. net/ vb. net 工程中正在使用。 报告负荷很大, 但是当我点击工具栏导出时, 它显示在数据后面
我想象我可以玩游戏 索引
, 但看不到任何工具栏明确使用的方法 。 对于如何修补, 是否有想法? 下面是我在 aspx 页面中的代码 。
<asp:ReportViewer ID="ReportViewer1" runat="server" Font-Names="Verdana"
Font-Size="8pt" InteractiveDeviceInfos="(Collection)"
WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt" Width="100%" AsyncRendering="true" SizeToReportContent="true">
<LocalReport ReportPath="ReportmyReport.rdlc" EnableHyperlinks="true">
<DataSources>
<asp:ReportDataSource DataSourceId="SqlDataSource1" Name="DataSet1"/>
</DataSources>
</LocalReport>
</asp:ReportViewer>