xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡(jiǎn)介

實(shí)例中自帶,程序運(yùn)行所需的數(shù)據(jù)庫(kù),請(qǐng)?jiān)趕qlserver2008 R2版數(shù)據(jù)庫(kù)中附加,然后通過(guò)VS2008打開源程序,即可完美運(yùn)行喲!關(guān)于內(nèi)容可通過(guò)源碼查看,源碼不多!很適合新手閱讀學(xué)習(xí)之用!

資源截圖

代碼片段和文件信息

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:?這行代碼將數(shù)據(jù)加載到表“ReportTestDataSet.t_schoolName”中。您可以根據(jù)需要移動(dòng)或移除它。
????????????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()));
????????
????????}
????}
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????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個(gè)文件信息

評(píng)論

共有 條評(píng)論

相關(guān)資源