文档介绍: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