问题描述
在DataSet1.xsd里面可以预览出数据,但是在数据专家里就没有数据,预览不出数据,运行程序的时候就出登陆界面,请大家帮忙解决
解决方案
解决方案二:
给报表指定数据源了吗
解决方案三:
<body><formid="form1"runat="server"><div><tablestyle="width:800px"><tr><tdstyle="width:800px"><CR:CrystalReportViewerID="CrystalReportViewer1"runat="server"AutoDataBind="True"Height="790px"ReportSourceID="CrystalReportSource1"Width="1275px"DisplayGroupTree="False"HasPrintButton="True"HasToggleGroupTreeButton="False"/><CR:CrystalReportSourceID="CrystalReportSource1"runat="server"><ReportFileName="CryPatientOutInfo.rpt"></Report></CR:CrystalReportSource></td></tr><tr><tdstyle="width:800px;text-align:center;"><asp:ButtonID="btnPrint"runat="server"OnClick="btnPrint_Click"Text="打印"Width="111px"Visible="false"/><asp:ButtonID="btnExport"runat="server"OnClick="btnExport_Click"Text="导出"Width="111px"Visible="false"/><asp:ButtonID="btnExportExcel"runat="server"OnClick="btnExportExcel_Click"Text="导出Excel"Width="111px"/></td></tr></table></div></form></body>
this.CrystalReportSource1.ReportDocument.SetDataSource(dtSource);
或者代码中加载报表然后指定数据一样,
解决方案四:
指定了,我已经折腾好了。同样感谢你。