2015-02-07 37 views
-1

我正在使用Microsoft Visual Studio 2013 c#Web App。使用Crystal Reports用於Microsoft Visual Studio的服務包項目13 當我運行應用程序並單擊顯示報告沒有迴應只是頁面刷新我正在使用Microsoft Visual Studio 2013 c#Web App。使用Service Pack 13的Microsoft Visual Studio水晶報表項目

<%@ Register Assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" Namespace="CrystalDecisions.Web" TagPrefix="CR" %> 

<!DOCTYPE html> 

<html xmlns="http://www.w3.org/1999/xhtml"> 
<head runat="server"> 
    <title></title> 
</head> 
<body> 
    <form id="form1" runat="server"> 
     <div> 
      <table> 
       <tr> 
        <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="true" /> 
       </tr> 
       <tr> 
        <td>repsrc 

       <CR:CrystalReportSource ID="CrystalReportSource1" runat="server"> 
       </CR:CrystalReportSource> 

        </td> 
       </tr> 
       <tr> 
        <td> 
         <asp:Button ID="btnViewReport" runat="server" CssClass="myButton" OnClick="btnViewReport_Click" Text="عرض التقرير" /> 
        </td> 

       </tr> 
      </table> 


     </div> 
    </form> 
</body> 
</html> 

進入下載和安裝後解決此代碼

​​

回答

相關問題