-
大小: 178KB文件類型: .rar金幣: 2下載: 0 次發布日期: 2021-05-14
- 語言: 其他
- 標簽: RDLC??打印??Report??ReportView??
資源簡介
演示ReportView(RDLC)打印、預覽、模板的使用

代碼片段和文件信息
#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)
評論
共有 條評論