• 大小: 4.25M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 报表  

资源简介


资源截图

代码片段和文件信息

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 grproLib;

namespace RubyLongTest
{
    public partial class Form1 : Form
    {


        public Form1()
        {
            InitializeComponent();
           
        }

        private void Form1_Load(object sender EventArgs e)
        {
            IGridppReport report = new GridppReport();
            report.Language = 1033;
            axGRDesigner1.Report = report;
            bool iflag = report.LoadFromFile(“C:\\Users\\Administrator\\Documents\\Visual Studio 2010\\Projects\\RubyLongTest\\RubyLongTest\\Pos58_CN.grf“);
            if (iflag == true)
            {
 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-01-30 10:16  RubyLongTest\
     目录           0  2018-03-19 18:27  RubyLongTest\RubyLongTest\
     文件         878  2018-01-30 10:16  RubyLongTest\RubyLongTest.sln
     文件      169984  2018-03-26 09:26  RubyLongTest\RubyLongTest.suo
     目录           0  2018-01-30 10:16  RubyLongTest\RubyLongTest\bin\
     目录           0  2018-03-19 18:39  RubyLongTest\RubyLongTest\bin\Debug\
     文件       17408  2018-03-19 18:39  RubyLongTest\RubyLongTest\bin\Debug\AxInterop.grdesLib.dll
     文件       28672  2018-03-19 18:39  RubyLongTest\RubyLongTest\bin\Debug\Interop.grdesLib.dll
     文件      290816  2018-03-19 18:39  RubyLongTest\RubyLongTest\bin\Debug\Interop.grproLib.dll
     目录           0  2018-03-19 18:39  RubyLongTest\RubyLongTest\bin\Debug\Lib\
     文件       35328  2018-01-30 10:17  RubyLongTest\RubyLongTest\bin\Debug\Lib\grcht50.dll
     文件      864256  2018-01-30 10:16  RubyLongTest\RubyLongTest\bin\Debug\Lib\grdes50.dll
     文件       77824  2018-01-30 10:17  RubyLongTest\RubyLongTest\bin\Debug\Lib\grdeu50.dll
     文件     2532864  2018-01-30 10:16  RubyLongTest\RubyLongTest\bin\Debug\Lib\gregn50.dll
     文件       77824  2018-01-30 10:17  RubyLongTest\RubyLongTest\bin\Debug\Lib\gren50.dll
     文件       77824  2018-01-30 10:17  RubyLongTest\RubyLongTest\bin\Debug\Lib\gresp50.dll
     文件       77824  2018-01-30 10:17  RubyLongTest\RubyLongTest\bin\Debug\Lib\grfra50.dll
     文件       77824  2018-01-30 10:17  RubyLongTest\RubyLongTest\bin\Debug\Lib\grita50.dll
     文件       77824  2018-01-30 10:17  RubyLongTest\RubyLongTest\bin\Debug\Lib\grjpn50.dll
     文件       77824  2018-01-30 10:17  RubyLongTest\RubyLongTest\bin\Debug\Lib\grkor50.dll
     文件       77824  2018-01-30 10:17  RubyLongTest\RubyLongTest\bin\Debug\Lib\grptg50.dll
     文件       77824  2018-01-30 10:17  RubyLongTest\RubyLongTest\bin\Debug\Lib\grrus50.dll
     文件       11139  2018-03-19 18:27  RubyLongTest\RubyLongTest\bin\Debug\Pos58_CN.grf
     文件        9216  2018-03-19 18:41  RubyLongTest\RubyLongTest\bin\Debug\RubyLongTest.exe
     文件       24064  2018-03-19 18:41  RubyLongTest\RubyLongTest\bin\Debug\RubyLongTest.pdb
     文件       11600  2018-03-26 09:26  RubyLongTest\RubyLongTest\bin\Debug\RubyLongTest.vshost.exe
     文件         490  2016-07-16 19:44  RubyLongTest\RubyLongTest\bin\Debug\RubyLongTest.vshost.exe.manifest
     文件        1046  2018-03-19 18:41  RubyLongTest\RubyLongTest\Form1.cs
     文件        2455  2018-01-30 10:17  RubyLongTest\RubyLongTest\Form1.Designer.cs
     文件        6353  2018-01-30 10:17  RubyLongTest\RubyLongTest\Form1.resx
     目录           0  2018-01-30 10:17  RubyLongTest\RubyLongTest\Lib\
............此处省略37个文件信息

评论

共有 条评论