嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 5 元微信扫码支付:5 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C# 对reportview的操作,三种更新数据的方式:数据库、DataTable、参数方式
.
├── C#-ReportView
│ ├── ReportView
│ │ ├── App.config
│ │ ├── DataSetNew.Designer.cs
│ │ ├── DataSetNew.xsc
│ │ ├── DataSetNew.xsd
│ │ ├── DataSetNew.xss
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── INIWriteRead.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Report2.rdlc
│ │ ├── ReportView.csproj
│ │ ├── ReportView.csproj.user
│ │ ├── SqlClassLocal.cs
│ │ ├── SqlServerTypes
│ │ │ ├── Loader.cs
│ │ │ ├── readme.htm
│ │ │ ├── x64
│ │ │ │ ├── SqlServerSpatial140.dll
│ │ │ │ └── msvcr120.dll
│ │ │ └── x86
│ │ │ ├── SqlServerSpatial140.dll
│ │ │ └── msvcr120.dll
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── EnvDTE.dll
│ │ │ │ ├── EnvDTE.xml
│ │ │ │ ├── EnvDTE80.dll
│ │ │ │ ├── EnvDTE80.xml
│ │ │ │ ├── Microsoft.Build.Framework.dll
│ │ │ │ ├── Microsoft.Build.Tasks.Core.dll
│ │ │ │ ├── Microsoft.Build.Utilities.Core.dll
│ │ │ │ ├── Microsoft.MSXML.dll
│ │ │ │ ├── Microsoft.ReportViewer.Common.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.dll
│ │ │ │ ├── Microsoft.ReportViewer.ProcessingObjectModel.dll
│ │ │ │ ├── Microsoft.ReportViewer.WinForms.dll
│ │ │ │ ├── Microsoft.SqlServer.Types.dll
│ │ │ │ ├── Microsoft.VisualStudio.ComponentModelHost.dll
│ │ │ │ ├── Microsoft.VisualStudio.GraphModel.dll
│ │ │ │ ├── Microsoft.VisualStudio.TemplateWizardInterface.dll
│ │ │ │ ├── Microsoft.VisualStudio.VSHelp.dll
│ │ │ │ ├── Report2.rdlc
│ │ │ │ ├── ReportView.exe
│ │ │ │ ├── ReportView.exe.config
│ │ │ │ ├── ReportView.pdb
│ │ │ │ ├── ReportView.vshost.exe
│ │ │ │ ├── ReportView.vshost.exe.config
│ │ │ │ ├── ReportView.vshost.exe.manifest
│ │ │ │ ├── SqlServerTypes
│ │ │ │ │ ├── x64
│ │ │ │ │ │ ├── SqlServerSpatial140.dll
│ │ │ │ │ │ └── msvcr120.dll
│ │ │ │ │ └── x86
│ │ │ │ │ ├── SqlServerSpatial140.dll
│ │ │ │ │ └── msvcr120.dll
│ │ │ │ ├── VSLangProj.dll
│ │ │ │ ├── VSLangProj2.dll
│ │ │ │ ├── VSLangProj80.dll
│ │ │ │ ├── de
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── es
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── fr
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── it
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── ja
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── ko
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── pt
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── ru
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── stdole.dll
│ │ │ │ ├── zh-CHS
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ ├── zh-CHT
│ │ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ │ └── zh-Hans
│ │ │ │ └── Microsoft.VisualStudio.GraphModel.resources.dll
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── RdlCompile.cache
│ │ │ ├── RdlCompile.compiled
│ │ │ ├── ReportView.Form1.resources
│ │ │ ├── ReportView.Properties.Resources.resources
│ │ │ ├── ReportView.csproj.FileListAbsolute.txt
│ │ │ ├── ReportView.csproj.GenerateResource.Cache
│ │ │ ├── ReportView.csprojResolveAssemblyReference.cache
│ │ │ ├── ReportView.exe
│ │ │ ├── ReportView.pdb
│ │ │ ├── TempPE
│ │ │ │ ├── DataSet2.Designer.cs.dll
│ │ │ │ ├── DataSetNew.Designer.cs.dll
│ │ │ │ ├── DataSetRE.Designer.cs.dll
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── packages.config
│ ├── ReportView.sln
│ └── packages
│ ├── Microsoft.ReportingServices.ReportViewerControl.WebForms.150.1484.0
│ │ ├── Microsoft.ReportingServices.ReportViewerControl.WebForms.150.1484.0.nupkg
│ │ ├── content
│ │ │ └── web.config.install.xdt
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── Microsoft.ReportViewer.Common.dll
│ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ ├── Microsoft.ReportViewer.DataVisualization.dll
│ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ ├── Microsoft.ReportViewer.Design.dll
│ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ ├── Microsoft.ReportViewer.ProcessingObjectModel.dll
│ │ │ ├── Microsoft.ReportViewer.WebDesign.dll
│ │ │ ├── Microsoft.ReportViewer.WebDesign.resources.dll
│ │ │ ├── Microsoft.ReportViewer.WebForms.dll
│ │ │ ├── Microsoft.ReportViewer.WebForms.resources.dll
│ │ │ ├── Microsoft.ReportViewer.WinForms.dll
│ │ │ ├── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── de
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebDesign.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebForms.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── es
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebDesign.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebForms.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── fr
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebDesign.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebForms.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── it
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebDesign.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebForms.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── ja
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebDesign.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebForms.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── ko
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebDesign.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebForms.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── pt
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebDesign.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebForms.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── ru
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebDesign.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebForms.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── zh-CHS
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebDesign.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.WebForms.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ └── zh-CHT
│ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ ├── Microsoft.ReportViewer.WebDesign.resources.dll
│ │ │ ├── Microsoft.ReportViewer.WebForms.resources.dll
│ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ ├── license
│ │ │ ├── License_ReportViewer.rtf
│ │ │ └── ThirdPartyNotices_ReportViewer.txt
│ │ └── tools
│ │ └── install.ps1
│ ├── Microsoft.ReportingServices.ReportViewerControl.Winforms.150.1484.0
│ │ ├── Microsoft.ReportingServices.ReportViewerControl.Winforms.150.1484.0.nupkg
│ │ ├── lib
│ │ │ └── net40
│ │ │ ├── Microsoft.ReportViewer.Common.dll
│ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ ├── Microsoft.ReportViewer.DataVisualization.dll
│ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ ├── Microsoft.ReportViewer.Design.dll
│ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ ├── Microsoft.ReportViewer.ProcessingObjectModel.dll
│ │ │ ├── Microsoft.ReportViewer.WinForms.dll
│ │ │ ├── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── de
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── es
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── fr
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── it
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── ja
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── ko
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── pt
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── ru
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ ├── zh-CHS
│ │ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ │ └── zh-CHT
│ │ │ ├── Microsoft.ReportViewer.Common.resources.dll
│ │ │ ├── Microsoft.ReportViewer.DataVisualization.resources.dll
│ │ │ ├── Microsoft.ReportViewer.Design.resources.dll
│ │ │ └── Microsoft.ReportViewer.WinForms.resources.dll
│ │ └── license
│ │ ├── License_ReportViewer.rtf
│ │ └── ThirdPartyNotices_ReportViewer.txt
│ └── Microsoft.SqlServer.Types.14.0.314.76
│ ├── Microsoft.SqlServer.Types.14.0.314.76.nupkg
│ ├── content
│ │ └── SqlServerTypes
│ │ ├── Loader.cs
│ │ └── readme.htm
│ ├── lib
│ │ └── net40
│ │ └── Microsoft.SqlServer.Types.dll
│ ├── license
│ │ └── license_SysClrTypes.rtf
│ ├── nativeBinaries
│ │ ├── x64
│ │ │ ├── SqlServerSpatial140.dll
│ │ │ └── msvcr120.dll
│ │ └── x86
│ │ ├── SqlServerSpatial140.dll
│ │ └── msvcr120.dll
│ └── tools
│ ├── install.ps1
│ └── uninstall.ps1
└── 好例子网_C#-ReportView.zip
67 directories, 261 files