資源簡介
動態打印報表
代碼片段和文件信息
using?System.Reflection;
using?System.Runtime.CompilerServices;
//
//?有關程序集的常規信息是通過下列
//?屬性集控制的。更改這些屬性值可修改與程序集
//?關聯的信息。
//
[assembly:?Assemblytitle(““)]
[assembly:?AssemblyDescription(““)]
[assembly:?AssemblyConfiguration(““)]
[assembly:?AssemblyCompany(““)]
[assembly:?AssemblyProduct(““)]
[assembly:?AssemblyCopyright(““)]
[assembly:?AssemblyTrademark(““)]
[assembly:?AssemblyCulture(““)]
//
//?程序集的版本信息由下列?4?個值組成:
//
//??????主版本
//??????次版本?
//??????內部版本號
//??????修訂號
//
//?您可以指定所有這些值,也可以使用“修訂號”和“內部版本號”的默認值,方法是按
//?如下所示使用?‘*‘:
[assembly:?AssemblyVersion(“1.0.*“)]
//
//?要對程序集進行簽名,必須指定要使用的密鑰。有關程序集簽名的更多信息,請參考?
//?Microsoft?.NET?framework?文檔。
//
//?使用下面的屬性控制用于簽名的密鑰。
//
//?注意:
//???(*)?如果未指定密鑰,則程序集不會被簽名。
//???(*)?KeyName?是指已經安裝在計算機上的
//??????加密服務提供程序(
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????3126??2001-04-24?20:02??demo-pro\426.ico
?????文件???????1078??2004-01-30?15:03??demo-pro\App.ico
?????文件???????1859??2004-01-30?15:03??demo-pro\AssemblyInfo.cs
?????文件?????114688??2004-02-25?11:19??demo-pro\bin\Debug\CSharpCode.dll
?????文件?????638976??2010-11-07?22:53??demo-pro\bin\Debug\EastReport.dll
?????文件?????896512??2010-11-07?22:53??demo-pro\bin\Debug\EastReport.pdb
?????文件?????438272??2010-11-07?22:53??demo-pro\bin\Debug\EastReportDesigner.dll
?????文件?????599552??2010-11-07?22:53??demo-pro\bin\Debug\EastReportDesigner.pdb
?????文件??????28672??2010-11-07?22:55??demo-pro\bin\Debug\HDemo.exe
?????文件??????19968??2010-11-07?22:55??demo-pro\bin\Debug\HDemo.pdb
?????文件??????11608??2010-11-07?22:56??demo-pro\bin\Debug\HDemo.vshost.exe
?????文件????????490??2010-03-17?22:39??demo-pro\bin\Debug\HDemo.vshost.exe.manifest
?????文件??????47111??2004-10-21?16:18??demo-pro\bin\Debug\Report\CharDemo.rpt
?????文件?????255040??2004-01-30?13:56??demo-pro\bin\Debug\Report\CharDemo.xm
?????文件???????3017??2004-11-01?13:03??demo-pro\bin\Debug\Report\Cool1.rpt
?????文件??????48526??2004-11-02?16:14??demo-pro\bin\Debug\Report\Order.rpt
?????文件?????255040??2004-01-30?13:56??demo-pro\bin\Debug\Report\Order.xm
?????文件??????98484??2009-05-24?12:07??demo-pro\bin\Debug\Report\Order2.rpt
?????文件??????17950??2004-02-26?17:03??demo-pro\bin\Debug\Report\Order2.svgz
?????文件?????255040??2004-01-30?13:56??demo-pro\bin\Debug\Report\Order2.xm
?????文件??????16218??2004-02-11?12:11??demo-pro\bin\Debug\Report\Plu.rpt
?????文件????1593713??2004-02-11?11:21??demo-pro\bin\Debug\Report\Plu.xm
?????文件??????30597??2004-02-04?12:17??demo-pro\bin\Debug\Report\PluBcd.rpt
?????文件??????53712??2004-02-03?17:22??demo-pro\bin\Debug\Report\PluBcd.xm
?????文件??????30840??2010-11-07?22:46??demo-pro\bin\Debug\Report\SalesRep.rpt
?????文件?????170420??2004-01-30?16:39??demo-pro\bin\Debug\Report\SalesRep.xm
?????文件??????59476??2004-02-06?10:43??demo-pro\bin\Debug\Report\SalesSum.rpt
?????文件?????170420??2004-01-30?16:39??demo-pro\bin\Debug\Report\SalesSum.xm
?????文件????????410??2004-08-27?15:12??demo-pro\bin\Debug\Report\vssver2.scc
?????文件????????397??2004-02-25?16:03??demo-pro\bin\Debug\sss.gif
............此處省略389個文件信息
評論
共有 條評論