摘要:已达到系统管理员的最大报表处理作业数限制2010-10-12 15:28:15|分类:计算机技术|标签:资料|字号订阅1.重启服务器,让打印次数重置;2.刷新或重建虚拟目录;3.修改注册表最大次数键值;注册表位置:HKEY_LOCAL_MACHINE;SOFTWARE;Crystal Decisions;10.0;Report ApplicationServer;InprocServer;PrintJobLimit修改为1000还有一个HKEY_LOCAL_MACHINE;SOFTWARE;Crystal Decisions;10.0;Report ApplicationServer;Serv
阅读全文
05 2013 档案
摘要:解决办法一:<转自http://www.cnblogs.com/Sue_/articles/2123372.html>具体解决方法如下:1:在服务器上安装office的Excel软件.2:在"开始"->"运行"中输入dcomcnfg.exe启动"组件服务"3:依次双击"组件服务"->"计算机"->"我的电脑"->"DCOM配置"4:在"DCOM配置"中找到"MicrosoftExcel应用程
阅读全文
摘要:<% Response.Buffer = true; Response.ExpiresAbsolute = DateTime.Now.AddDays(-1); Response.Expires = 0; Response.CacheControl = "no-cache"; %>以上代码放在页面即可。
阅读全文
摘要://选中行标注颜色 foreach (GridViewRow gvr1 in gv_Contract.Rows) { gvr1.BackColor = System.Drawing.Color.Empty;//没有颜色,透明 } gvr.BackColor = (System.Drawing.Color)(new System.Drawing.ColorConverter()).ConvertFromString("#669999");年龄: if (comm.IsD...
阅读全文
摘要:<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="FourCheckLook.aspx.cs" Inherits="PartyOrganization.QueryStatistic.FourCheckLook" %><%@ Register assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea
阅读全文
摘要:protected void gvMaterial_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow || e.Row.RowType == DataControlRowType.Header) { e.Row.Cells[0].Visible = false; } if (e.Ro...
阅读全文
摘要:ds_Leader.Tables.Add(dt); ds_Leader.Tables[0].TableName = "dt";// ds_Leader.Tables.Add(dt1); ds_Leader.Tables[1].TableName = "dt1";// //ReportDocument rtd = new ReportDocument(); //string path = Server.MapPath("\\QueryStatistic\\CrystalRepor...
阅读全文

浙公网安备 33010602011771号