资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Demo_1
{
public partial class Form1 : Form
{
RBuild_Interface _Interface = new RBuild_Interface();
RBuild_Preview rpb = new RBuild_Preview();
public Form1()
{
InitializeComponent();
}
// 单独打开报表编辑器
private void button1_Click(object sender EventArgs e)
{
_Interface.independent_DesignForm();
}
// 单独打开报表预览
private void button2_Click(object sender EventArgs e)
{
_Interface.independent_PreviewForm(@“测试报表1.rpt“ 2 ““ ““ ““ “地址库.mdb“);
}
private void button3_Click(object sender EventArgs e)
{
// 按钮可以使用
b1.Enabled = true;
b2.Enabled = true;
b3.Enabled = true;
b4.Enabled = true;
b5.Enabled = true;
b6.Enabled = true;
b7.Enabled = true;
b8.Enabled = true;
_Interface.embedded_PreviewForm(rpb panel1 @“测试报表1.rpt“ 2 ““ ““ ““ “地址库.mdb“ true);
}
private void b1_Click(object sender EventArgs e)
{
_Interface.preview_FirstPage(rpb);
}
private void b2_Click(object sender EventArgs e)
{
_Interface.preview_PreviousPage(rpb);
}
private void b3_Click(object sender EventArgs e)
{
_Interface.preview_NextPage(rpb);
}
private void b4_Click(object sender EventArgs e)
{
_Interface.preview_LastPage(rpb);
}
private void b5_Click(object sender EventArgs e)
{
_Interface.preview_Search(new Point(200200));
}
private void b6_Click(object sender EventArgs e)
{
_Interface.zoom_Menu(rpbnew Point(300200));
}
private void b7_Click(object sender EventArgs e)
{
_Interface.print_Page(rpb);
}
private void b8_Click(object sender EventArgs e)
{
int _now _tol;
_now = _Interface.get_NowPage(rpb);
_tol = _Interface.get_TotalPage();
MessageBox.Show(“当前页:“+_now+“--- 总页数:“+_tol);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
..A..H. 77824 2019-02-12 12:38 Demo_1\.vs\Demo_1\v15\.suo
文件 0 2019-01-18 09:53 Demo_1\.vs\Demo_1\v15\Server\sqlite3\db.lock
文件 614400 2019-01-19 17:37 Demo_1\.vs\Demo_1\v15\Server\sqlite3\storage.ide
文件 32768 2019-02-12 10:54 Demo_1\.vs\Demo_1\v15\Server\sqlite3\storage.ide-shm
文件 135992 2019-02-12 12:38 Demo_1\.vs\Demo_1\v15\Server\sqlite3\storage.ide-wal
文件 189 2019-01-18 09:53 Demo_1\Demo_1\App.config
文件 12288 2019-02-12 12:00 Demo_1\Demo_1\bin\Debug\Demo_1.exe
文件 189 2019-01-18 09:53 Demo_1\Demo_1\bin\Debug\Demo_1.exe.config
文件 32256 2019-02-12 12:00 Demo_1\Demo_1\bin\Debug\Demo_1.pdb
文件 165548 2017-11-04 19:24 Demo_1\Demo_1\bin\Debug\fontawesome-webfont.ttf
文件 408576 2019-02-12 10:48 Demo_1\Demo_1\bin\Debug\REportBuild2.5.dll
文件 393216 2019-02-12 11:39 Demo_1\Demo_1\bin\Debug\地址库.mdb
文件 240252 2019-02-12 11:57 Demo_1\Demo_1\bin\Debug\测试报表1.rpt
文件 3827 2019-02-12 10:55 Demo_1\Demo_1\Demo_1.csproj
文件 2628 2019-02-12 12:00 Demo_1\Demo_1\Form1.cs
文件 10579 2019-02-12 12:00 Demo_1\Demo_1\Form1.Designer.cs
文件 5817 2019-02-12 12:00 Demo_1\Demo_1\Form1.resx
文件 518 2019-01-18 09:53 Demo_1\Demo_1\Program.cs
文件 1310 2019-01-18 09:53 Demo_1\Demo_1\Properties\AssemblyInfo.cs
文件 2825 2019-01-18 09:53 Demo_1\Demo_1\Properties\Resources.Designer.cs
文件 5612 2019-01-18 09:53 Demo_1\Demo_1\Properties\Resources.resx
文件 1093 2019-01-18 09:53 Demo_1\Demo_1\Properties\Settings.Designer.cs
文件 249 2019-01-18 09:53 Demo_1\Demo_1\Properties\Settings.settings
文件 1116 2019-01-18 09:53 Demo_1\Demo_1.sln
..A..H. 179712 2019-02-12 10:53 NewReport\2019_0121\.vs\Test1216\v15\.suo
文件 0 2018-12-16 09:24 NewReport\2019_0121\.vs\Test1216\v15\Server\sqlite3\db.lock
文件 1982464 2019-02-12 10:54 NewReport\2019_0121\.vs\Test1216\v15\Server\sqlite3\storage.ide
文件 189 2018-12-16 09:23 NewReport\2019_0121\Test1216\App.config
文件 10245 2019-01-27 15:55 NewReport\2019_0121\Test1216\Barcode\Barcode.cs
文件 80265 2019-01-25 23:15 NewReport\2019_0121\Test1216\Barcode\QRCodeGenerator.cs
............此处省略204个文件信息
相关资源
- RDLC报表使用
- WinForm C#Demo 会员与消费系统 进销存系
- 商品进销存报表管理系统C#版
- winform access数据库及其增删查改导出报
- C#水晶报表源码 柱状图
- c#中调用fastReport报表的代码
- C#原生报表操作--设置每页打印30行2
- C#报表打印源代码合集
- 报表设计器 C# 源码 自定义报表
- WPF报表控件表格和图表
- C#功能非常强大的RDLC自定义报表/单据
- C#winfrom自定义报表源码
- RDLC report view 微软的RDLC报表的入门和
- Microsoft.ReportViewer的Dll合集 10.0
- 如何在水晶报表中分组汇总记录源程
- RDLC报表设计器
- VS2010的RDLC报表使用教程
- C# 调用 FastReport 报表的源代码
- 商业化C#报表设计器源代码
- C1report子报表C#实现
- 基于ASP.NET和SQL SERVER实现的电信报表系
- c#asp.net表格Html数据模板转换Pdf文件
- C# 万能打印 打印套打 自定义打印方案
- FastReport.net 破解版含DEMO
- C# vs2010 RDLC 报表DLL库 以及XP下无法运
- ASP.NET开发环境中水晶报表和在水晶报
- FastReport .NET V2016.1.0 最新破解版
- 毕业设计,基于winform的酒店管理系统
- 水晶报表64位安装包
- Stimulsoft_Reports_2019.1.1 报表控件(破解
评论
共有 条评论