-
大小: 178KB文件类型: .rar金币: 2下载: 0 次发布日期: 2021-05-14
- 语言: 其他
- 标签: RDLC 打印 Report ReportView
资源简介
演示ReportView(RDLC)打印、预览、模板的使用
![](http://www.nz998.com/pic/68472.jpg)
代码片段和文件信息
#pragma warning disable 1591
namespace RDLCPrint {
using System;
[System.CodeDom.Compiler.GeneratedCodeAttribute(“System.Data.Design.TypedDataSetGenerator“ “2.0.0.0“)]
[Serializable()]
[System.ComponentModel.DesignerCategoryAttribute(“code“)]
[System.ComponentModel.ToolboxItem(true)]
[System.xml.Serialization.xmlSchemaProviderAttribute(“GetTypedDataSetSchema“)]
[System.xml.Serialization.xmlRootAttribute(“dsTest“)]
[System.ComponentModel.Design.HelpKeywordAttribute(“vs.data.DataSet“)]
public partial class dsTest : System.Data.DataSet {
private TestDataTable tableTest;
private System.Data.SchemaSerializationMode _schemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public dsTest() {
this.BeginInit();
this.InitClass();
System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
base.Tables.Collectionchanged += schemaChangedHandler;
base.Relations.Collectionchanged += schemaChangedHandler;
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected dsTest(System.Runtime.Serialization.SerializationInfo info System.Runtime.Serialization.StreamingContext context) :
base(info context false) {
if ((this.IsBinarySerialized(info context) == true)) {
this.InitVars(false);
System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler1 = new System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
this.Tables.Collectionchanged += schemaChangedHandler1;
this.Relations.Collectionchanged += schemaChangedHandler1;
return;
}
string strSchema = ((string)(info.GetValue(“xmlSchema“ typeof(string))));
if ((this.DetermineSchemaSerializationMode(info context) == System.Data.SchemaSerializationMode.IncludeSchema)) {
System.Data.DataSet ds = new System.Data.DataSet();
ds.ReadxmlSchema(new System.xml.xmlTextReader(new System.IO.StringReader(strSchema)));
if ((ds.Tables[“Test“] != null)) {
base.Tables.Add(new TestDataTable(ds.Tables[“Test“]));
}
this.DataSetName = ds.DataSetName;
this.Prefix = ds.Prefix;
this.Namespace = ds.Namespace;
this.Locale = ds.Locale;
this.CaseSensitive = ds.CaseSensitive;
this.EnforceConstraints = ds.EnforceConstraints;
this.Merge(ds false System.Data.MissingSchemaAction.Add);
this.InitVars();
}
e
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 106496 2006-03-14 21:06 RDLCPrint\RDLCPrint\bin\Debug\RDLCPrint.exe
文件 126464 2006-03-14 21:06 RDLCPrint\RDLCPrint\bin\Debug\RDLCPrint.pdb
文件 5632 2005-11-11 22:25 RDLCPrint\RDLCPrint\bin\Debug\RDLCPrint.vshost.exe
文件 10744 2006-03-14 21:01 RDLCPrint\RDLCPrint\bin\Debug\rdlcTest.rdlc
文件 454 2006-03-14 21:07 RDLCPrint\RDLCPrint\bin\Debug\ReportSettings.xm
文件 217 2006-03-14 21:02 RDLCPrint\RDLCPrint\bin\Debug\TestData.xm
目录 0 2006-03-14 21:01 RDLCPrint\RDLCPrint\bin\Debug
目录 0 2006-03-14 20:54 RDLCPrint\RDLCPrint\bin
文件 24841 2006-03-14 21:06 RDLCPrint\RDLCPrint\dsTest.Designer.cs
文件 381 2006-03-14 20:50 RDLCPrint\RDLCPrint\dsTest.xsc
文件 2774 2006-03-14 20:50 RDLCPrint\RDLCPrint\dsTest.xsd
文件 846 2006-03-14 20:50 RDLCPrint\RDLCPrint\dsTest.xss
文件 8525 2006-03-14 20:44 RDLCPrint\RDLCPrint\EMFDeviceInfo.cs
文件 9133 2006-03-14 20:44 RDLCPrint\RDLCPrint\EMFStreamPrintDocument.cs
文件 17765 2006-03-14 20:45 RDLCPrint\RDLCPrint\frmPageSettings.cs
文件 21046 2006-03-14 20:44 RDLCPrint\RDLCPrint\frmPageSettings.Designer.cs
文件 6009 2006-03-14 20:19 RDLCPrint\RDLCPrint\frmPageSettings.resx
文件 897 2006-03-14 21:03 RDLCPrint\RDLCPrint\frmTest.cs
文件 1546 2006-03-14 20:59 RDLCPrint\RDLCPrint\frmTest.Designer.cs
文件 5814 2006-03-14 20:59 RDLCPrint\RDLCPrint\frmTest.resx
文件 528 2006-03-14 21:01 RDLCPrint\RDLCPrint\obj\Debug\RdlCompile.cache
文件 0 2006-03-14 21:01 RDLCPrint\RDLCPrint\obj\Debug\RdlCompile.compiled
文件 1035 2006-03-14 21:01 RDLCPrint\RDLCPrint\obj\Debug\RDLCPrint.csproj.GenerateResource.Cache
文件 106496 2006-03-14 21:06 RDLCPrint\RDLCPrint\obj\Debug\RDLCPrint.exe
文件 180 2006-03-14 20:44 RDLCPrint\RDLCPrint\obj\Debug\RDLCPrint.frmPageSettings.resources
文件 180 2006-03-14 21:01 RDLCPrint\RDLCPrint\obj\Debug\RDLCPrint.frmTest.resources
文件 126464 2006-03-14 21:06 RDLCPrint\RDLCPrint\obj\Debug\RDLCPrint.pdb
文件 180 2006-03-14 14:08 RDLCPrint\RDLCPrint\obj\Debug\RDLCPrint.Properties.Resources.resources
文件 10744 2006-03-14 21:01 RDLCPrint\RDLCPrint\obj\Debug\RDLCPrint.rdlcTest.rdlc
文件 14278 2006-03-14 20:44 RDLCPrint\RDLCPrint\obj\Debug\RDLCPrint.ReportViewer.resources
............此处省略28个文件信息
- 上一篇:计算机组成与设计王诚 完整答案
- 下一篇:rar(18)
相关资源
- pb 实现ean8,ean13,ean39条形码数据窗口
- ReportMachine 交叉报表 学生成绩表
- Zebra打印实例Delphi
- reportmachine帮助电子书
- 爱普生plq22km打印机驱动 v1.00 官方最新
- 长城gw-5370tx打印机驱动 官方版
- 毕索龙bixolon 2478bsc打印机驱动 v4.6.6
- 毕索龙bixolon 3468bsc打印机驱动 v4.6.6
- 汉印A300 CPCL协议 android 热敏打印app(
- 中盈ZY50打印机驱动 v1.1 官方版
- 中盈 NX-612打印机驱动 v1.1 官方版
- 通过3D打印样品发现NMR曲线的不同姿态
- 美松打印机SDK MsPrintSDK-Demo-DLL-CShare-
- BullZip PDF Printer v10.10.0.2307 官方版
- 莹浦通WP-T860打印机驱动 官方版
- 佐藤打印机SATO打印接口控件
- 芯烨XPT58M打印机驱动 官方版
- 研科t58zp打印机驱动 v16.0.0.435 官方最
- pci/pcie打印卡串口/并口卡驱动
- 富士通dpk910驱动 官方最新版
- 富士通dpk2780k打印机驱动 v1.7.0.133 官方
- 富士通dpk2080s打印机驱动 v1.0.0.1 官方
- DPK700_700K_700H系列打印机驱动 免费版
- ReportEidolon使用帮助
- EPSON打印机程序设计指南(ESC/POS指令
- 佳能canon lbp3000激光打印机驱动 for w
- epson 2020黑白激光打印机驱动 win7/win
- Nevrona.Rave.Reports.v7.04
- 佳能ir5065一体机驱动 v1.0 官方最新版
- 机器学习个人笔记完整版v5.2-A4打印版
评论
共有 条评论