嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在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