编译错误 
说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。 编译器错误信息: CS1026: 应输入 )源错误: 行 29:  </tr>
行 30:  </table>
行 31:  <cr:CrystalReportViewer id=CrystalReportViewer1 runat="server" Width="1030px" Height="1157px" ReportSource='<%# C:\\Inetpub\\wwwroot\\pingjiangshenqingshu\\CrystalReport1.rpt %>'>
行 32:  </cr:CrystalReportViewer>
行 33:  </form>
 

解决方案 »

  1.   

    来个高手给指点一下啊,一直在waiting...
      

  2.   


    private void Page_Load(object sender, System.EventArgs e)
    {        myConnection.Open();
    sqlDataAdapter1.Fill(dataSet21);
    CrystalReportViewer1.DataBind();}这些代码有错么?
      

  3.   

    ReportSource='<%# C:\\Inetpub\\wwwroot\\pingjiangshenqingshu\\CrystalReport1.rpt %>'
    这一句多检查一下,是否有格式上的疏忽,另外要确保RPT文件的公式没有任何错误。