代码搜索:ReportSource
找到约 59 项符合「ReportSource」的源代码
代码结果 59
www.eeworm.com/read/242302/13078637
txt 能否利用crystal reports打印data控件的recordset对象的虚拟表.txt
VB 5.0附带的Crystal Reports 4.x提供了对Recordset对象的支持。若要实现数据控件的报表输出,需要使用Crystal Reports的ActiveX控件。所以,你需要先从控件列表中选择Crystal Reports Control 4.6,放一个控件在Form中,并设置好Data控件的有关属性。
设置Crystal Reports控件的DataSource属
www.eeworm.com/read/242302/13078860
txt 实现可以打印任意查询出的recordset.txt
设 置 Crystal Reports控 件 的 DataSource属 性 为 Data控 件 (如 Data1), 再 设 置 ReportSource属 性 为 3。 若 ReportSource属 性 为 0, 表 示 使 用 报 表 文 件 , 若 为 3表 示 数 据 控 件 。 在 运 行 时 , 调 用 CrystalReport1.Action = 1就 可 以 输 出 报 表
www.eeworm.com/read/313765/13581252
java jasperprintutil.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package personalpetvet.ui;
import java.sql.DriverManager;
import java.sql.SQLException;
import java
www.eeworm.com/read/151211/12228548
txt 109.txt
用DATA控件绑定报表控件打印报表
1 在数据库中生成一TEMP表。
2 用报表生成器生成报表,然后删除数据库中的TEMP表。
3 在VB中打开数据库,用OPENRECORDSET语句生成一个RECORDSET
(此RECORDSET的结构要与第一步生成的TEMP表一样,但记录数可以
用WHERE子句限制)
用SET DATA1.RECORDSET=RS(RECORDSET)将
www.eeworm.com/read/220727/14790601
txt cold.txt
在我们对VS.Net中的水晶报表(CrystalReports)进行研究之前,我和我朋友对如何将这个复杂的东东加入我们的Web应用有着非常的好奇心。一周以后,在阅读了大量的“HOWTO”文档之后,我们成功地将一些简单的报告加入到了我们的Asp.net程序中,并得到了一些小决窍。
这篇文章教你如何在.NetWeb应用中使用水晶报表,也可以让你在学习过程中少走一些弯路。为了得到最好的效果,读者最 ...
www.eeworm.com/read/114100/15111839
txt crystal report如何打印加密的数据库.txt
我 用 Crystal Report 生 成 了 一 个 报 表 , 数 据 库 是 Access, 当 我 把 数 据 库 加 上 一 个 密 码 后 , 在 vb里 用 Crystal Report 控 件 调 用 这 个 报 表 ,不 能 打 开 报 表 , 应 该 是 在 控 件 上 加 入 這 个 数 据 库 的 密 码 才 行 , 哪 位 高 手 指 点 一 下 小 弟 怎 么 写 這
www.eeworm.com/read/114100/15111858
txt 能否利用crystal reports打印data控件的recordset对象的虚拟表.txt
VB 5.0附带的Crystal Reports 4.x提供了对Recordset对象的支持。若要实现数据控件的报表输出,需要使用Crystal Reports的ActiveX控件。所以,你需要先从控件列表中选择Crystal Reports Control 4.6,放一个控件在Form中,并设置好Data控件的有关属性。
设置Crystal Reports控件的DataSource属
www.eeworm.com/read/114100/15111999
txt 实现可以打印任意查询出的recordset.txt
设 置 Crystal Reports控 件 的 DataSource属 性 为 Data控 件 (如 Data1), 再 设 置 ReportSource属 性 为 3。 若 ReportSource属 性 为 0, 表 示 使 用 报 表 文 件 , 若 为 3表 示 数 据 控 件 。 在 运 行 时 , 调 用 CrystalReport1.Action = 1就 可 以 输 出 报 表
www.eeworm.com/read/303470/13815700
cs crystalreprotframe.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace Youzi
{
p