加载中…
个人资料
紫竹时代
紫竹时代
  • 博客等级:
  • 博客积分:0
  • 博客访问:897
  • 关注人气:9
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
博文
(2009-09-02 10:30)
标签:

c

打印

报表

实例

it

分类: 计算机知识

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing.Printing;

namespace WindowsFormsApplication17
{
    public partial class Form1 : Form
    {
        String drawString = '';
        Font drawFont = null;
        SolidBrush drawBrush = null;
        float x = 0F;
        float y = 0F;
        StringFormat drawFormat = new StringFormat();

        string test = '';

        public string Test
 &nb

  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有