zoukankan      html  css  js  c++  java
  • 水晶报表的使用——解决登录失败的问题 Pull

    protected CrystalDecisions.Web.CrystalReportViewer CrystalReportViewer1;
            ReportDocument ReportDoc;
            
    private void Page_Load(object sender, System.EventArgs e)
            
    {
                
    // 在此处放置用户代码以初始化页面
                ReportDoc  = new  ReportDocument();
                ReportDoc.Load(Server.MapPath(
    "myReport.rpt"));
                
    解决登录错误问题
                CrystalReportViewer1.ReportSource 
    = ReportDoc;;

            }

  • 相关阅读:
    Marshal's Confusion III(快速幂)
    两种筛素数的方法
    B
    HDU 1563 【Find your present!】
    HDU 2044【一只小蜜蜂】
    HDU 2153 仙人球的残影
    NYOJ 49 【开心的小明】
    最小的回文数
    Google Code Jam 2014资格赛【Problem A. Magic Trick】
    携程编程大赛 (预赛第二场)第一题【剪刀石头布】
  • 原文地址:https://www.cnblogs.com/ghd258/p/261676.html
Copyright © 2011-2022 走看看