Dolen

导航

随笔分类 -  FastReport

web应用程序传递连接字符串给FastReport数据源
摘要:fastreport 阅读全文

posted @ 2016-01-25 17:10 Dolen 阅读(1077) 评论(0) 推荐(0)

Web调用FastReport的配置问题
摘要:1、修改配置webconfig文件IIS6: IIS7: 阅读全文

posted @ 2016-01-11 16:25 Dolen 阅读(1082) 评论(0) 推荐(0)

winfrom调用FastReport模板
摘要:'存放模板的路径 If Dir(Application.StartupPath & "\ReportsFile\HB\01\IN.frx", FileAttribute.Normal) <> "" Then '加载模板 rpt_Desi.Load(Application.StartupPath & 阅读全文

posted @ 2016-01-07 10:23 Dolen 阅读(2928) 评论(0) 推荐(0)

FastReport代码计算高度
摘要:Dim iHeight As Double Dim columnData_form As DataSourceBase iHeight=Page1.TopMargin columnData_form=Report.GetDataSource("rpt_PurInDepart_Detai... 阅读全文

posted @ 2015-12-23 16:01 Dolen 阅读(710) 评论(0) 推荐(0)