摘要:
添加新项中添加一个安装程序类 using System;using System.Collections;using System.ComponentModel;using System.Configuration.Install;using Microsoft.Win32;using System.Diagnostics;using System.IO;namespace DOTNETCheck... 阅读全文
摘要:
添加新项中添加安装程序类 using System;using System.Collections;using System.ComponentModel;using System.Configuration.Install;using System.IO;using System.Data.SqlClient;using System.Reflection;namespace DBCusto... 阅读全文
摘要:
修改文本protected System.Web.UI.WebControls.Button btnChangeText; protected CrystalDecisions.Web.CrystalReportViewer cRV; myReport ReportDoc = new myReport(); private void Page_Load(object sender, Sys... 阅读全文
摘要:
WebForm1 请选择导出格式: Rich Text ... 阅读全文
摘要:
protected CrystalDecisions.Web.CrystalReportViewer CrystalReportViewer1; ReportDocument ReportDoc; private void Page_Load(object sender, System.EventArgs e) { // 在此处放置用... 阅读全文