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;;

            }

  • 相关阅读:
    git功能速查
    iPad actionsjeet
    iOS开发中集成Reveal
    【转】ios内联函数 inline
    【转】数据存储——APP 缓存数据线程安全问题探讨
    iOS 改变导航栏高度
    ios 闪屏页的设置
    AFNetworking content type not support
    iOS 获取本地文件的各种坑
    iOS UICollectionView 长按移动cell
  • 原文地址:https://www.cnblogs.com/ghd258/p/261676.html
Copyright © 2011-2022 走看看