VC2010使用FastReport报表控件打印编辑报表

时间:2021-09-18 05:11:32
【文件属性】:

文件名称:VC2010使用FastReport报表控件打印编辑报表

文件大小:24.81MB

文件格式:RAR

更新时间:2021-09-18 05:11:32

报表 VC 数据库 OLEDB FastReport

1.自己使用的报表打印控件,使用Delphi的报表FastReport控件(4.9)生成动态库,VC调用打印报表,可进行报表编辑,数据库表单打印。 2.包括Delphi的报表FastReport控件源码,如想自己生成DLL,可用Delphi7安装控件后用Delphi生成Dll。 3.还包括自己使用的VC下OLEDB操作类,使用方法与Delphi下数据库操作类似,日期等自动可转换相应数据类型可读写数据库二进制数据 数据库操作如:COleDatabase m_Database; if(m_Database.Open(_T("Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Password=;Initial Catalog=xx;Data Source=192.168.0.11"))) { COleCommand Query(&m_Database); Query.SQL= _T("Select top 10 * From spTicket"); if ( Query.Execute(true)) { while(!Query.IsEOF()){ CString ss=Query.FieldByName(_T("xx").Value; Query.MoveNext(); } } }


【文件预览】:
delphiFastReport源码.rar
FastReport
----FastReport.h(10KB)
----FastReport.cpp(16KB)
----FastReport()
--------FastReport.~dpr(823B)
--------UnReoprtForm.dcu(5KB)
--------UnfrxTimer.dcu(3KB)
--------UnFastReport.dcu(13KB)
--------FastReport.cfg(557B)
--------UnReoprtForm.ddp(55B)
--------UnfrxTimer.~pas(2KB)
--------UnReoprtForm.pas(1KB)
--------FastReport.dpr(825B)
--------UnReoprtForm.~ddp(55B)
--------UnDataset.pas(7KB)
--------UnReoprtForm.~dfm(3KB)
--------UnDataset.~pas(7KB)
--------UnReoprtForm.dfm(3KB)
--------FastReportTest()
--------FastReport.res(876B)
--------UnReoprtForm.~pas(1KB)
--------Bin()
--------UnFastReport.pas(16KB)
--------UnfrxTimer.pas(2KB)
--------FastReport.dof(3KB)
--------UnFastReport.~pas(16KB)
--------UnDataset.dcu(9KB)

网友评论

  • 不不能使用