嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#:DEV-Report控件demo代码
DEV ReportMainDemo
.
├── DEV ReportMainDemo_ReportMainDemo.zip
└── ReportMainDemo
├── AnchorDemo
│ └── PreviewControl.cs
├── AssemblyInfo.cs
├── BarCodes
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── BaseForms
│ ├── BarLookAndFeelItem.cs
│ ├── MainFeaturesControl.cs
│ ├── MainFeaturesControl.resx
│ ├── MainForm.cs
│ ├── MainForm.resx
│ ├── ModuleControl.cs
│ ├── ModuleControl.resx
│ ├── PreviewControl.cs
│ ├── PreviewControl.resx
│ └── ReportsAbout.rtf
├── CalculatedFields
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── Charts
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── CrossBandControls
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── CustomDraw
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── FormattingRules
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── HugeAmountRecords
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── IListDataSource
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── LabelReport
│ └── PreviewControl.cs
├── MailMerge
│ └── PreviewControl.cs
├── MasterDetailReport
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── MultiColumnReport
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── NorthwindTraders
│ ├── CatalogPreviewControl.cs
│ ├── InvoicePreviewControl.cs
│ └── ProductListPreviewControl.cs
├── OddEvenStyles
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── PivotGrid
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── PivotGridAndChart
│ └── PreviewControl.cs
├── Properties
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── ReportMainDemo.csproj
├── ReportMainDemo.sln
├── ReportMerging
│ └── PreviewControl.cs
├── RichText
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── Shape
│ └── PreviewControl.cs
├── ShrinkGrow
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── SideBySideReports
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── Subreports
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── TableReport
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── TreeView
│ ├── PreviewControl.cs
│ └── PreviewControl.resx
├── app.config
├── frmMain.cs
└── reportMainDemoIcon.ico
28 directories, 64 files