1 / 11
文档名称:

xtrareport使用方法.doc

格式:doc   大小:220KB   页数:11页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

xtrareport使用方法.doc

上传人:taotao0b 2018/10/7 文件大小:220 KB

下载得到文件列表

xtrareport使用方法.doc

相关文档

文档介绍

文档介绍:Xtrareport
1, 此报表在设置时,paperkind中找不到自定义的纸张,所以我就在事件beforeprint中,
= new (10, 10, 10, 10);
= ;
= 827;
= 584;
= "21*13"

(@"E:\");
Developer Express 之 XtraReport报表预览控件PrintControl设置
using System;
02
using ;
03
using ponentModel;
04
using ;
05
using ;
06
using ;
07
using ;
08
using ;
09
using ;
10
using ;
11
using ;
12
using ;
13
 
14
namespace WFAXtraReport
15
{
16
    public partial class Form1 : Form
17
    {
18
        public Form1 ()
19
        {
20
            ponent();
21
        }
22
 
23
        private void Form1 _Load(object sender, EventArgs e)
24
        {
25
             
26
            XtraReport fXtraReport = new XtraReport();
27
            //(@"C:\");
28
 
29
            PrintControl printControl1 = new PrintControl();
30
             = ;
31
 
32
 
33
            PrintBarManager printBarManager = new PrintBarManager();
34
             = printControl1;
35
            (printControl1);
36
             = false;
37
             = false;
38
 
39
            //操作要显示什么按钮
40
            (new mand[]{
41
                ,
42
                ,
43
                ,
44
                ,
45
                ,
46
                ,
47
                ,
48