嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Grid report web(Asp.Net)报表2次开发,实现在线设计,在线浏览报表功能
.
├── DesignReport
│ ├── CustomDesignReport.htm
│ ├── DesignNewReport.htm
│ ├── DesignReport.htm
│ ├── DesignerRequestData.htm
│ └── 简介.txt
├── Properties
│ └── AssemblyInfo.cs
├── ViewReport-Server.htm
├── ViewReport-WebApp.htm
├── ViewReport.htm
├── Web.Debug.config
├── Web.Release.config
├── Web.config
├── WebReportServer.csproj
├── WebReportServer.csproj.user
├── WebReportServer.sln
├── bin
│ ├── Interop.grsvr6Lib.dll
│ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ ├── WebReportServer.dll
│ ├── WebReportServer.dll.config
│ ├── WebReportServer.pdb
│ └── roslyn
│ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ ├── Microsoft.CSharp.Core.targets
│ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ ├── Microsoft.CodeAnalysis.CSharp.dll
│ ├── Microsoft.CodeAnalysis.Scripting.dll
│ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ ├── Microsoft.CodeAnalysis.dll
│ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ ├── Microsoft.DiaSymReader.Native.x86.dll
│ ├── Microsoft.VisualBasic.Core.targets
│ ├── System.AppContext.dll
│ ├── System.Collections.Immutable.dll
│ ├── System.Diagnostics.StackTrace.dll
│ ├── System.IO.FileSystem.Primitives.dll
│ ├── System.IO.FileSystem.dll
│ ├── System.Reflection.Metadata.dll
│ ├── VBCSCompiler.exe
│ ├── VBCSCompiler.exe.config
│ ├── csc.exe
│ ├── csc.exe.config
│ ├── csc.rsp
│ ├── csi.exe
│ ├── csi.rsp
│ ├── vbc.exe
│ ├── vbc.exe.config
│ └── vbc.rsp
├── common_code
│ ├── DataTextProvider.cs
│ ├── DbReportData.cs
│ ├── ReportData.cs
│ ├── ReportGenerator.cs
│ └── ServerUtility.cs
├── data
│ ├── Barcode.ashx
│ ├── Barcode.ashx.cs
│ ├── DataCenter.ashx
│ ├── DataCenter.ashx.cs
│ ├── SQLDataParam.ashx
│ ├── SQLDataParam.ashx.cs
│ ├── SQLParam.ashx
│ ├── SQLParam.ashx.cs
│ ├── ServerTools.cs
│ ├── SimpleReport.ashx
│ └── SimpleReport.ashx.cs
├── grf
│ ├── 1a.grf
│ ├── 1b.grf
│ ├── 1c.grf
│ ├── 1d.grf
│ ├── 1e.grf
│ ├── 1f.grf
│ ├── 1g.grf
│ ├── 1h.grf
│ ├── 1i.grf
│ ├── 1j.grf
│ ├── 1k.grf
│ ├── 1l.grf
│ ├── 1m.grf
│ ├── 1n.grf
│ ├── 1o.grf
│ ├── 1p.grf
│ ├── 1q.grf
│ ├── 2a.grf
│ ├── 2b.grf
│ ├── 2c.grf
│ ├── 2d.grf
│ ├── 2e.grf
│ ├── 2f.grf
│ ├── 2g.grf
│ ├── 2h.grf
│ ├── 2i.grf
│ ├── 2j.grf
│ ├── 2k.grf
│ ├── 2l.grf
│ ├── 2m.grf
│ ├── 3@.grf
│ ├── 3a.grf
│ ├── 3b.grf
│ ├── 3c.grf
│ ├── 3d.grf
│ ├── 3e.grf
│ ├── 3f.grf
│ ├── 3g.grf
│ ├── 3h.grf
│ ├── 3i.grf
│ ├── 3j.grf
│ ├── 3k.grf
│ ├── 3l.grf
│ ├── 3m.grf
│ ├── 3n.grf
│ ├── 3o.grf
│ ├── 3p.grf
│ ├── 3q-1.grf
│ ├── 3q-2.grf
│ ├── 3q-3.grf
│ ├── 3q.grf
│ ├── 4a.grf
│ ├── 4b.grf
│ ├── 4c.grf
│ ├── 4d.grf
│ ├── 4e.grf
│ ├── 5a.grf
│ ├── 5b.grf
│ ├── 5c.grf
│ ├── 5d.grf
│ ├── 5e.grf
│ ├── 5f.grf
│ ├── 5g.grf
│ ├── 5h.grf
│ ├── 5i.grf
│ ├── 5j.grf
│ ├── 5k.grf
│ ├── 5l.grf
│ ├── 5m.grf
│ ├── 5n.grf
│ ├── 5o.grf
│ ├── 5p.grf
│ ├── 6a.grf
│ ├── 6b.grf
│ ├── 6c.grf
│ ├── 6d.grf
│ ├── 6e.grf
│ ├── 6f.grf
│ ├── 6g.grf
│ ├── 6h.grf
│ ├── 6i.grf
│ ├── 6j.grf
│ ├── 6k.grf
│ ├── 6l.grf
│ ├── 6m.grf
│ ├── 6n.grf
│ ├── 7-1a.grf
│ ├── 7-1a2.grf
│ ├── 7-1b.grf
│ ├── 7-1c.grf
│ ├── 7-1d.grf
│ ├── 7-1e.grf
│ ├── 7-1f.grf
│ ├── 7-1g.grf
│ ├── 7-1h.grf
│ ├── 7-1i.grf
│ ├── 7-2a.grf
│ ├── 7-2b.grf
│ ├── 7-2c.grf
│ ├── 7-2d.grf
│ ├── 7-2e.grf
│ ├── 7-2f.grf
│ ├── 7-2g.grf
│ ├── 7-3a.grf
│ ├── 7-3b.grf
│ ├── 7-3c.grf
│ ├── 7-3d.grf
│ ├── 7-3e.grf
│ ├── 7-3f.grf
│ ├── 7-3g.grf
│ ├── 8a.grf
│ ├── 8b.grf
│ ├── 8c.grf
│ ├── 8d.grf
│ ├── 8e.grf
│ ├── 8f.grf
│ ├── 8g.grf
│ ├── 9a.grf
│ ├── 9b.grf
│ ├── 9x.grf
│ ├── SummaryToDetail
│ │ ├── ChartBar.grf
│ │ ├── Crosstab.grf
│ │ ├── Crosstab_Period.grf
│ │ ├── Detail.grf
│ │ └── Summary.grf
│ ├── a0.grf
│ ├── a1.grf
│ ├── ds.grf
│ └── program
│ └── data_from_url.grf
├── index.html
├── js
│ ├── ViewReport.js
│ └── grhtml5-6.8-min.js
├── libs
│ ├── bootstrap
│ │ ├── css
│ │ │ ├── bootstrap-theme.css
│ │ │ ├── bootstrap-theme.css.map
│ │ │ ├── bootstrap-theme.min.css
│ │ │ ├── bootstrap.css
│ │ │ ├── bootstrap.css.map
│ │ │ └── bootstrap.min.css
│ │ ├── fonts
│ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ └── glyphicons-halflings-regular.woff
│ │ └── js
│ │ ├── bootstrap.js
│ │ ├── bootstrap.min.js
│ │ └── npm.js
│ └── jquery-1.12.4.min.js
├── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ ├── WebReportServer.csproj.AssemblyReference.cache
│ ├── WebReportServer.csproj.CoreCompileInputs.cache
│ ├── WebReportServer.csproj.FileListAbsolute.txt
│ ├── WebReportServer.dll
│ └── WebReportServer.pdb
├── packages
│ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1
│ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1.nupkg
│ ├── build
│ │ ├── net45
│ │ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
│ │ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│ │ └── net46
│ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
│ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│ ├── content
│ │ ├── net45
│ │ │ ├── app.config.install.xdt
│ │ │ ├── app.config.uninstall.xdt
│ │ │ ├── web.config.install.xdt
│ │ │ └── web.config.uninstall.xdt
│ │ └── net46
│ │ ├── app.config.install.xdt
│ │ ├── app.config.uninstall.xdt
│ │ ├── web.config.install.xdt
│ │ └── web.config.uninstall.xdt
│ ├── lib
│ │ └── net45
│ │ ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│ │ └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│ └── tools
│ ├── Roslyn45
│ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ ├── Microsoft.CSharp.Core.targets
│ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ ├── Microsoft.CodeAnalysis.dll
│ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ ├── Microsoft.VisualBasic.Core.targets
│ │ ├── System.AppContext.dll
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Diagnostics.StackTrace.dll
│ │ ├── System.IO.FileSystem.Primitives.dll
│ │ ├── System.IO.FileSystem.dll
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── VBCSCompiler.exe
│ │ ├── VBCSCompiler.exe.config
│ │ ├── csc.exe
│ │ ├── csc.exe.config
│ │ ├── csc.rsp
│ │ ├── csi.exe
│ │ ├── csi.rsp
│ │ ├── vbc.exe
│ │ ├── vbc.exe.config
│ │ └── vbc.rsp
│ ├── RoslynLatest
│ │ ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│ │ ├── Microsoft.CSharp.Core.targets
│ │ ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.CSharp.dll
│ │ ├── Microsoft.CodeAnalysis.Scripting.dll
│ │ ├── Microsoft.CodeAnalysis.VisualBasic.dll
│ │ ├── Microsoft.CodeAnalysis.dll
│ │ ├── Microsoft.DiaSymReader.Native.amd64.dll
│ │ ├── Microsoft.DiaSymReader.Native.x86.dll
│ │ ├── Microsoft.Managed.Core.targets
│ │ ├── Microsoft.VisualBasic.Core.targets
│ │ ├── Microsoft.Win32.Primitives.dll
│ │ ├── System.AppContext.dll
│ │ ├── System.Collections.Immutable.dll
│ │ ├── System.Console.dll
│ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ ├── System.Diagnostics.FileVersionInfo.dll
│ │ ├── System.Diagnostics.StackTrace.dll
│ │ ├── System.Globalization.Calendars.dll
│ │ ├── System.IO.Compression.ZipFile.dll
│ │ ├── System.IO.Compression.dll
│ │ ├── System.IO.FileSystem.Primitives.dll
│ │ ├── System.IO.FileSystem.dll
│ │ ├── System.Net.Http.dll
│ │ ├── System.Net.Sockets.dll
│ │ ├── System.Reflection.Metadata.dll
│ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll
│ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ ├── System.Security.Cryptography.Encoding.dll
│ │ ├── System.Security.Cryptography.Primitives.dll
│ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ ├── System.Text.Encoding.CodePages.dll
│ │ ├── System.Threading.Tasks.Extensions.dll
│ │ ├── System.ValueTuple.dll
│ │ ├── System.Xml.ReaderWriter.dll
│ │ ├── System.Xml.XPath.XDocument.dll
│ │ ├── System.Xml.XPath.dll
│ │ ├── System.Xml.XmlDocument.dll
│ │ ├── VBCSCompiler.exe
│ │ ├── VBCSCompiler.exe.config
│ │ ├── csc.exe
│ │ ├── csc.exe.config
│ │ ├── csc.rsp
│ │ ├── csi.exe
│ │ ├── csi.exe.config
│ │ ├── csi.rsp
│ │ ├── vbc.exe
│ │ ├── vbc.exe.config
│ │ └── vbc.rsp
│ └── net45
│ ├── install.ps1
│ └── uninstall.ps1
├── packages.config
└── 好例子网_WebReportServer.rar
32 directories, 309 files