基本信息
源码名称:报表设计C#源码
源码大小:0.18M
文件格式:.zip
开发语言:C#
更新时间:2023-12-24
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
报表设计C#源码,不错的参考资料

.
├── Report Test.sln
├── ReportDesigner
│   ├── AboutFrame.cs
│   ├── AboutFrame.resx
│   ├── App.ico
│   ├── AssemblyInfo.cs
│   ├── DesignPane.cs
│   ├── DesignPane.resx
│   ├── GridDialog.cs
│   ├── GridDialog.resx
│   ├── MainFrame.cs
│   ├── MainFrame.resx
│   ├── ObjectBrowser.cs
│   ├── ObjectBrowser.resx
│   ├── ReportWriter.cs
│   ├── TrackerRectangle.cs
│   ├── daReportDesigner.csproj
│   └── slike
│       ├── chart.ico
│       ├── default.ico
│       ├── line.ico
│       ├── main.ico
│       ├── main16.ico
│       ├── parameter.ico
│       ├── picturebox.ico
│       ├── table.ico
│       └── textfield.ico
├── ReportDesigner.sln
├── ReportTest
│   ├── App.ico
│   ├── AssemblyInfo.cs
│   ├── Form1.cs
│   ├── Form1.resx
│   ├── ReportTest.csproj
│   └── bin
│       └── Debug
│           ├── FormatMask.xml
│           ├── GroupingTest.xml
│           ├── pic
│           │   ├── street.jpg
│           │   └── venice.jpg
│           ├── reportCharts.xml
│           ├── reportDynamic.xml
│           └── reportStatic.xml
├── daReport
│   ├── AssemblyInfo.cs
│   ├── ChartBox.cs
│   ├── DaPrintDocument.cs
│   ├── DaPrintDocument.resx
│   ├── Editors
│   │   ├── FormatMaskEditor.cs
│   │   ├── FormatMaskEditorDialog.cs
│   │   ├── FormatMaskEditorDialog.resx
│   │   ├── PlainTextEditor.cs
│   │   ├── PlainTextEditorDialog.cs
│   │   ├── PlainTextEditorDialog.resx
│   │   ├── StaticTableEditor.cs
│   │   ├── StaticTableEditorDialog.cs
│   │   └── StaticTableEditorDialog.resx
│   ├── Helpers.cs
│   ├── ICustomPaint.cs
│   ├── Line.cs
│   ├── Paper.cs
│   ├── Parameters.cs
│   ├── PictureBox.cs
│   ├── StyledTable.cs
│   ├── StyledTableColumn.cs
│   ├── TextField.cs
│   └── daReport.csproj
└── 报表设计C#源码_DaReport-0.6.0.4-src.zip

8 directories, 62 files