代码搜索:ReportSource
找到约 59 项符合「ReportSource」的源代码
代码结果 59
www.eeworm.com/read/399439/7862954
vb in250.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version: 1.0.3608.0
'
' Changes to th
www.eeworm.com/read/399439/7863125
vb ba210.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version: 1.0.3705.0
'
' Changes to th
www.eeworm.com/read/399439/7863154
vb pr230.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version: 1.0.3608.0
'
' Changes to th
www.eeworm.com/read/399439/7863285
vb in230.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version: 1.0.3608.0
'
' Changes to th
www.eeworm.com/read/399439/7863350
vb ba220.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version: 1.0.3608.0
'
' Changes to th
www.eeworm.com/read/399439/7863359
vb ap230.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version: 1.0.3608.0
'
' Changes to th
www.eeworm.com/read/399439/7863394
vb ar280.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version: 1.0.3608.0
'
' Changes to th
www.eeworm.com/read/399439/7863403
vb ba240rpt.vb
'------------------------------------------------------------------------------
'
' This code was generated by a tool.
' Runtime Version: 1.0.3705.0
'
' Changes to th
www.eeworm.com/read/141570/12998877
txt 109.txt
用DATA控件绑定报表控件打印报表
1 在数据库中生成一TEMP表。
2 用报表生成器生成报表,然后删除数据库中的TEMP表。
3 在VB中打开数据库,用OPENRECORDSET语句生成一个RECORDSET
(此RECORDSET的结构要与第一步生成的TEMP表一样,但记录数可以
用WHERE子句限制)
用SET DATA1.RECORDSET=RS(RECORDSET)将
www.eeworm.com/read/242302/13078612
txt crystal report如何打印加密的数据库.txt
我 用 Crystal Report 生 成 了 一 个 报 表 , 数 据 库 是 Access, 当 我 把 数 据 库 加 上 一 个 密 码 后 , 在 vb里 用 Crystal Report 控 件 调 用 这 个 报 表 ,不 能 打 开 报 表 , 应 该 是 在 控 件 上 加 入 這 个 数 据 库 的 密 码 才 行 , 哪 位 高 手 指 点 一 下 小 弟 怎 么 写 這