91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

實例中自帶,程序運行所需的數據庫,請在sqlserver2008 R2版數據庫中附加,然后通過VS2008打開源程序,即可完美運行喲!關于內容可通過源碼查看,源碼不多!很適合新手閱讀學習之用!

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?Microsoft.Reporting.WinForms;
using?ReportData.ReportTestDataSetTableAdapters;

namespace?ReportData
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}

????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????//?TODO:?這行代碼將數據加載到表“ReportTestDataSet.t_schoolName”中。您可以根據需要移動或移除它。
????????????this.t_schoolNametableAdapter.Fill(this.ReportTestDataSet.t_schoolName);
????????????this.reportViewer1.LocalReport.SubreportProcessing?+=?new?SubreportProcessingEventHandler(SubReportProcessingEventHandler);
????????????this.reportViewer1.RefreshReport();
????????}
????????private?void?SubReportProcessingEventHandler(object?sender?SubreportProcessingEventArgs?e)
????????{
????????????//MessageBox.Show(new?t_classNametableAdapter().GetData().Count.ToString());
????????????//MessageBox.Show(ReportTestDataSet.t_className.Count.ToString());
????????????e.DataSources.Add(new?ReportDataSource(“ReportTestDataSet_t_className“?new?t_classNametableAdapter().GetData()));
????????????e.DataSources.Add(new?ReportDataSource(“ReportTestDataSet_t_studentName“?new?t_studentNametableAdapter().GetData()));
????????
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-03-05?12:42??ReportData\
?????目錄???????????0??2013-03-05?12:41??ReportData\Database\
?????文件?????3145728??2013-03-05?12:40??ReportData\Database\ReportTest.mdf
?????文件?????1048576??2013-03-05?12:40??ReportData\Database\ReportTest_log.ldf
?????文件?????????168??2013-03-05?12:49??ReportData\readme.txt
?????目錄???????????0??2013-03-05?12:32??ReportData\ReportData\
?????文件?????????920??2013-03-05?11:44??ReportData\ReportData.sln
?????文件???????17920??2013-03-05?12:40??ReportData\ReportData.suo
?????文件?????????462??2013-03-05?11:45??ReportData\ReportData\app.config
?????目錄???????????0??2013-03-05?11:45??ReportData\ReportData\bin\
?????目錄???????????0??2013-03-05?11:52??ReportData\ReportData\bin\Debug\
?????文件???????88064??2013-03-05?12:33??ReportData\ReportData\bin\Debug\ReportData.exe
?????文件?????????462??2013-03-05?11:45??ReportData\ReportData\bin\Debug\ReportData.exe.config
?????文件??????132608??2013-03-05?12:33??ReportData\ReportData\bin\Debug\ReportData.pdb
?????文件???????11592??2013-03-05?12:39??ReportData\ReportData\bin\Debug\ReportData.vshost.exe
?????文件?????????462??2013-03-05?11:45??ReportData\ReportData\bin\Debug\ReportData.vshost.exe.config
?????文件????????1507??2013-03-05?12:31??ReportData\ReportData\Form1.cs
?????文件????????4143??2013-03-05?12:24??ReportData\ReportData\Form1.Designer.cs
?????文件????????6446??2013-03-05?12:24??ReportData\ReportData\Form1.resx
?????目錄???????????0??2013-03-05?11:44??ReportData\ReportData\obj\
?????目錄???????????0??2013-03-05?12:33??ReportData\ReportData\obj\Debug\
?????文件?????????583??2013-03-05?12:33??ReportData\ReportData\obj\Debug\RdlCompile.cache
?????文件???????????0??2013-03-05?12:33??ReportData\ReportData\obj\Debug\RdlCompile.compiled
?????文件?????????964??2013-03-05?12:39??ReportData\ReportData\obj\Debug\ReportData.csproj.FileListAbsolute.txt
?????文件?????????847??2013-03-05?12:24??ReportData\ReportData\obj\Debug\ReportData.csproj.GenerateResource.Cache
?????文件???????88064??2013-03-05?12:33??ReportData\ReportData\obj\Debug\ReportData.exe
?????文件?????????180??2013-03-05?12:24??ReportData\ReportData\obj\Debug\ReportData.Form1.resources
?????文件??????132608??2013-03-05?12:33??ReportData\ReportData\obj\Debug\ReportData.pdb
?????文件?????????180??2013-03-05?12:24??ReportData\ReportData\obj\Debug\ReportData.Properties.Resources.resources
?????文件???????20009??2013-03-05?11:52??ReportData\ReportData\obj\Debug\ResolveAssemblyReference.cache
?????目錄???????????0??2013-03-05?11:45??ReportData\ReportData\obj\Debug\TempPE\
............此處省略16個文件信息

評論

共有 條評論