实例介绍
FastReport是一款让开发者快速开发报表的工具,可以结合.net 去开发,也可以单独的使用,功能还算不错。这个是绿色版,可以正常使用,打印无水印。
【实例截图】
【核心代码】
4744302543387015864.rar
└── FrNet_2017.1.16
├── changes.rus
├── changes.txt
├── Demo.exe
├── Demos
│ ├── C#
│ │ ├── CustomDesigner
│ │ │ ├── CustomDesigner.csproj
│ │ │ ├── CustomDesigner.sln
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── CustomOpenSaveDialogs
│ │ │ ├── CustomOpenSaveDialogs.csproj
│ │ │ ├── CustomOpenSaveDialogs.sln
│ │ │ ├── database.xml
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── OpenDialogForm.cs
│ │ │ ├── OpenDialogForm.Designer.cs
│ │ │ ├── OpenDialogForm.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── SaveDialogForm.cs
│ │ │ ├── SaveDialogForm.Designer.cs
│ │ │ └── SaveDialogForm.resx
│ │ ├── CustomPreview
│ │ │ ├── CustomPreview.csproj
│ │ │ ├── CustomPreview.sln
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── DataFromArray
│ │ │ ├── DataFromArray.csproj
│ │ │ ├── DataFromArray.sln
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── report.frx
│ │ ├── DataFromBusinessObject
│ │ │ ├── DataFromBusinessObject.csproj
│ │ │ ├── DataFromBusinessObject.sln
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── report.frx
│ │ ├── DataFromDataSet
│ │ │ ├── DataFromDataSet.csproj
│ │ │ ├── DataFromDataSet.sln
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── report.frx
│ │ ├── ExportToPDF
│ │ │ ├── ExportToPDF.csproj
│ │ │ ├── ExportToPDF.sln
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── report.frx
│ │ ├── GoogleBigQuery
│ │ │ ├── app.config
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── GoogleBigQuery.csproj
│ │ │ ├── packages.config
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── readme.txt
│ │ │ └── report.frx
│ │ ├── Main
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Demo.csproj
│ │ │ ├── Demo.vs2005.csproj
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── fr.ico
│ │ │ ├── Main.csproj
│ │ │ ├── Main.sln
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ ├── Resources.Designer.cs
│ │ │ └── Resources.resx
│ │ ├── MdiDesigner
│ │ │ ├── MdiDesigner.csproj
│ │ │ ├── MdiDesigner.sln
│ │ │ ├── Program.cs
│ │ │ └── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ReportFromCode
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ReportFromCode.csproj
│ │ │ └── ReportFromCode.sln
│ │ ├── UserFunctions
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── UserFunctions.csproj
│ │ │ └── UserFunctions.sln
│ │ ├── Web
│ │ │ ├── MasterPages
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── Default.aspx.designer.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Site1.Master
│ │ │ │ ├── Site1.Master.cs
│ │ │ │ ├── Site1.Master.designer.cs
│ │ │ │ ├── WebApp.csproj
│ │ │ │ ├── WebApp.sln
│ │ │ │ └── Web.config
│ │ │ ├── MvcCustomDraw
│ │ │ │ ├── App_Start
│ │ │ │ │ ├── AuthConfig.cs
│ │ │ │ │ ├── BundleConfig.cs
│ │ │ │ │ ├── FilterConfig.cs
│ │ │ │ │ ├── RouteConfig.cs
│ │ │ │ │ └── WebApiConfig.cs
│ │ │ │ ├── config.xml
│ │ │ │ ├── Content
│ │ │ │ │ └── Site.css
│ │ │ │ ├── Controllers
│ │ │ │ │ └── HomeController.cs
│ │ │ │ ├── Global.asax
│ │ │ │ ├── Global.asax.cs
│ │ │ │ ├── MvcCustomDraw.csproj
│ │ │ │ ├── MvcCustomDraw.sln
│ │ │ │ ├── packages.config
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Views
│ │ │ │ │ ├── Home
│ │ │ │ │ │ └── Index.cshtml
│ │ │ │ │ ├── Shared
│ │ │ │ │ │ ├── Error.cshtml
│ │ │ │ │ │ ├── _LayoutBlank.cshtml
│ │ │ │ │ │ └── _Layout.cshtml
│ │ │ │ │ ├── _ViewStart.cshtml
│ │ │ │ │ └── Web.config
│ │ │ │ └── Web.config
│ │ │ ├── MvcCustomization
│ │ │ │ ├── App_Start
│ │ │ │ │ ├── AuthConfig.cs
│ │ │ │ │ ├── BundleConfig.cs
│ │ │ │ │ ├── FilterConfig.cs
│ │ │ │ │ ├── RouteConfig.cs
│ │ │ │ │ └── WebApiConfig.cs
│ │ │ │ ├── Buttons
│ │ │ │ │ ├── Checkbox.gif
│ │ │ │ │ ├── Progress.gif
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── toolbar_background_big.png
│ │ │ │ │ ├── toolbar_background.png
│ │ │ │ │ ├── toolbar_big.png
│ │ │ │ │ ├── toolbar_disabled_big.png
│ │ │ │ │ ├── toolbar_disabled.png
│ │ │ │ │ └── toolbar.png
│ │ │ │ ├── config.xml
│ │ │ │ ├── Content
│ │ │ │ │ └── Site.css
│ │ │ │ ├── Controllers
│ │ │ │ │ └── HomeController.cs
│ │ │ │ ├── Global.asax
│ │ │ │ ├── Global.asax.cs
│ │ │ │ ├── Localization
│ │ │ │ │ ├── French.frl
│ │ │ │ │ ├── German.frl
│ │ │ │ │ └── Russian.frl
│ │ │ │ ├── MvcCustomiation.sln
│ │ │ │ ├── MvcCustomization.csproj
│ │ │ │ ├── packages.config
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Views
│ │ │ │ │ ├── Home
│ │ │ │ │ │ └── Index.cshtml
│ │ │ │ │ ├── Shared
│ │ │ │ │ │ ├── Error.cshtml
│ │ │ │ │ │ ├── _LayoutBlank.cshtml
│ │ │ │ │ │ └── _Layout.cshtml
│ │ │ │ │ ├── _ViewStart.cshtml
│ │ │ │ │ └── Web.config
│ │ │ │ └── Web.config
│ │ │ ├── MvcOnlineDesigner
│ │ │ │ ├── App_Data
│ │ │ │ │ ├── Chart.frx
│ │ │ │ │ ├── dialogs.frx
│ │ │ │ │ ├── Labels.frx
│ │ │ │ │ ├── Master-Detail.frx
│ │ │ │ │ ├── nwind.xml
│ │ │ │ │ ├── Prepared2.fpx
│ │ │ │ │ ├── Prepared.fpx
│ │ │ │ │ └── Simple List.frx
│ │ │ │ ├── App_Start
│ │ │ │ │ ├── AuthConfig.cs
│ │ │ │ │ ├── BundleConfig.cs
│ │ │ │ │ ├── FilterConfig.cs
│ │ │ │ │ ├── RouteConfig.cs
│ │ │ │ │ └── WebApiConfig.cs
│ │ │ │ ├── Content
│ │ │ │ │ └── Site.css
│ │ │ │ ├── Controllers
│ │ │ │ │ └── HomeController.cs
│ │ │ │ ├── Global.asax
│ │ │ │ ├── Global.asax.cs
│ │ │ │ ├── Localization
│ │ │ │ │ ├── Arabic.frl
│ │ │ │ │ ├── Armenian.frl
│ │ │ │ │ ├── Chinese (Simplified).frl
│ │ │ │ │ ├── Chinese (Traditional).frl
│ │ │ │ │ ├── Croatian.frl
│ │ │ │ │ ├── Czech.frl
│ │ │ │ │ ├── Danish.frl
│ │ │ │ │ ├── Dutch.frl
│ │ │ │ │ ├── French.frl
│ │ │ │ │ ├── German.frl
│ │ │ │ │ ├── Greek.frl
│ │ │ │ │ ├── Hungarian.frl
│ │ │ │ │ ├── Italian.frl
│ │ │ │ │ ├── Persian.frl
│ │ │ │ │ ├── Polish.frl
│ │ │ │ │ ├── Portuguese (Brazil).frl
│ │ │ │ │ ├── Portuguese.frl
│ │ │ │ │ ├── Romanian.frl
│ │ │ │ │ ├── Russian.frl
│ │ │ │ │ ├── Serbian.frl
│ │ │ │ │ ├── Slovak.frl
│ │ │ │ │ ├── Slovenian.frl
│ │ │ │ │ ├── Spanish.frl
│ │ │ │ │ ├── Swedish.frl
│ │ │ │ │ ├── Thai.frl
│ │ │ │ │ ├── Turkish.frl
│ │ │ │ │ └── Ukrainian.frl
│ │ │ │ ├── OnlineDesignerMVC.csproj
│ │ │ │ ├── OnlineDesignerMVC.sln
│ │ │ │ ├── packages.config
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Views
│ │ │ │ │ ├── Home
│ │ │ │ │ │ ├── Designer.cshtml
│ │ │ │ │ │ ├── Index.cshtml
│ │ │ │ │ │ └── SaveDesignedReport.cshtml
│ │ │ │ │ ├── Shared
│ │ │ │ │ │ ├── Error.cshtml
│ │ │ │ │ │ ├── _LayoutBlank.cshtml
│ │ │ │ │ │ └── _Layout.cshtml
│ │ │ │ │ ├── _ViewStart.cshtml
│ │ │ │ │ └── Web.config
│ │ │ │ ├── Web.config
│ │ │ │ ├── Web.Debug.config
│ │ │ │ ├── Web.Release.config
│ │ │ │ └── WebReportDesigner
│ │ │ │ └── index.html
│ │ │ ├── MvcRazor
│ │ │ │ ├── App_Data
│ │ │ │ │ ├── dialogs.frx
│ │ │ │ │ ├── Labels.frx
│ │ │ │ │ ├── Master-Detail.frx
│ │ │ │ │ ├── nwind.xml
│ │ │ │ │ ├── Prepared2.fpx
│ │ │ │ │ ├── Prepared.fpx
│ │ │ │ │ └── Simple List.frx
│ │ │ │ ├── App_Start
│ │ │ │ │ ├── AuthConfig.cs
│ │ │ │ │ ├── BundleConfig.cs
│ │ │ │ │ ├── FilterConfig.cs
│ │ │ │ │ ├── RouteConfig.cs
│ │ │ │ │ └── WebApiConfig.cs
│ │ │ │ ├── Content
│ │ │ │ │ └── Site.css
│ │ │ │ ├── Controllers
│ │ │ │ │ └── HomeController.cs
│ │ │ │ ├── favicon.ico
│ │ │ │ ├── Global.asax
│ │ │ │ ├── Global.asax.cs
│ │ │ │ ├── Localization
│ │ │ │ │ ├── Arabic.frl
│ │ │ │ │ ├── Armenian.frl
│ │ │ │ │ ├── Chinese (Simplified).frl
│ │ │ │ │ ├── Chinese (Traditional).frl
│ │ │ │ │ ├── Croatian.frl
│ │ │ │ │ ├── Czech.frl
│ │ │ │ │ ├── Danish.frl
│ │ │ │ │ ├── Dutch.frl
│ │ │ │ │ ├── French.frl
│ │ │ │ │ ├── German.frl
│ │ │ │ │ ├── Greek.frl
│ │ │ │ │ ├── Hungarian.frl
│ │ │ │ │ ├── Italian.frl
│ │ │ │ │ ├── Persian.frl
│ │ │ │ │ ├── Polish.frl
│ │ │ │ │ ├── Portuguese (Brazil).frl
│ │ │ │ │ ├── Portuguese.frl
│ │ │ │ │ ├── Romanian.frl
│ │ │ │ │ ├── Russian.frl
│ │ │ │ │ ├── Serbian.frl
│ │ │ │ │ ├── Slovak.frl
│ │ │ │ │ ├── Slovenian.frl
│ │ │ │ │ ├── Spanish.frl
│ │ │ │ │ ├── Swedish.frl
│ │ │ │ │ ├── Thai.frl
│ │ │ │ │ ├── Turkish.frl
│ │ │ │ │ └── Ukrainian.frl
│ │ │ │ ├── MvcRazor.csproj
│ │ │ │ ├── MvcRazor.sln
│ │ │ │ ├── packages.config
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Views
│ │ │ │ │ ├── Home
│ │ │ │ │ │ ├── Designer.cshtml
│ │ │ │ │ │ ├── Dialogs.cshtml
│ │ │ │ │ │ ├── FitPage.cshtml
│ │ │ │ │ │ ├── Index.cshtml
│ │ │ │ │ │ ├── Prepared.cshtml
│ │ │ │ │ │ └── SaveDesignedReport.cshtml
│ │ │ │ │ ├── Shared
│ │ │ │ │ │ ├── Error.cshtml
│ │ │ │ │ │ ├── _LayoutBlank.cshtml
│ │ │ │ │ │ └── _Layout.cshtml
│ │ │ │ │ ├── _ViewStart.cshtml
│ │ │ │ │ └── Web.config
│ │ │ │ ├── Web.config
│ │ │ │ └── WebReportDesigner
│ │ │ │ └── index.html
│ │ │ ├── SPADemo
│ │ │ │ ├── app
│ │ │ │ │ └── app.js
│ │ │ │ ├── App_Data
│ │ │ │ │ ├── dialogs.frx
│ │ │ │ │ ├── Labels.frx
│ │ │ │ │ ├── Master-Detail.frx
│ │ │ │ │ ├── nwind.xml
│ │ │ │ │ ├── Prepared2.fpx
│ │ │ │ │ ├── Prepared.fpx
│ │ │ │ │ └── Simple List.frx
│ │ │ │ ├── App_Start
│ │ │ │ │ ├── AuthConfig.cs
│ │ │ │ │ ├── BundleConfig.cs
│ │ │ │ │ ├── FilterConfig.cs
│ │ │ │ │ ├── RouteConfig.cs
│ │ │ │ │ └── WebApiConfig.cs
│ │ │ │ ├── Content
│ │ │ │ │ └── Site.css
│ │ │ │ ├── Controllers
│ │ │ │ │ ├── HomeController.cs
│ │ │ │ │ └── ReportController.cs
│ │ │ │ ├── favicon.ico
│ │ │ │ ├── Global.asax
│ │ │ │ ├── Global.asax.cs
│ │ │ │ ├── Localization
│ │ │ │ │ └── German.frl
│ │ │ │ ├── packages.config
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Scripts
│ │ │ │ │ ├── jquery-1.9.1.intellisense.js
│ │ │ │ │ ├── jquery-1.9.1.js
│ │ │ │ │ ├── jquery-1.9.1.min.js
│ │ │ │ │ └── jquery-1.9.1.min.map
│ │ │ │ ├── SPADemo.csproj
│ │ │ │ ├── SPADemo.csproj.user
│ │ │ │ ├── SPADemo.sln
│ │ │ │ ├── Views
│ │ │ │ │ ├── Home
│ │ │ │ │ │ ├── Index.cshtml
│ │ │ │ │ │ └── Report.cshtml
│ │ │ │ │ ├── Shared
│ │ │ │ │ │ ├── Error.cshtml
│ │ │ │ │ │ └── _Layout.cshtml
│ │ │ │ │ ├── _ViewStart.cshtml
│ │ │ │ │ └── Web.config
│ │ │ │ ├── Web.config
│ │ │ │ └── WebReportDesigner
│ │ │ │ └── index.html
│ │ │ ├── WCFWebClient
│ │ │ │ ├── App_Data
│ │ │ │ │ └── Prepared.fpx
│ │ │ │ ├── Content
│ │ │ │ │ ├── Site.css
│ │ │ │ │ └── themes
│ │ │ │ │ └── base
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ ├── jquery.ui.accordion.css
│ │ │ │ │ ├── jquery.ui.all.css
│ │ │ │ │ ├── jquery.ui.autocomplete.css
│ │ │ │ │ ├── jquery.ui.base.css
│ │ │ │ │ ├── jquery.ui.button.css
│ │ │ │ │ ├── jquery.ui.core.css
│ │ │ │ │ ├── jquery.ui.datepicker.css
│ │ │ │ │ ├── jquery.ui.dialog.css
│ │ │ │ │ ├── jquery.ui.progressbar.css
│ │ │ │ │ ├── jquery.ui.resizable.css
│ │ │ │ │ ├── jquery.ui.selectable.css
│ │ │ │ │ ├── jquery.ui.slider.css
│ │ │ │ │ ├── jquery.ui.tabs.css
│ │ │ │ │ └── jquery.ui.theme.css
│ │ │ │ ├── Controllers
│ │ │ │ │ └── HomeController.cs
│ │ │ │ ├── Global.asax
│ │ │ │ ├── Global.asax.cs
│ │ │ │ ├── packages.config
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Service References
│ │ │ │ │ └── ReportService
│ │ │ │ │ ├── configuration91.svcinfo
│ │ │ │ │ ├── configuration.svcinfo
│ │ │ │ │ ├── Reference.cs
│ │ │ │ │ ├── Reference.svcmap
│ │ │ │ │ ├── ReportService1.xsd
│ │ │ │ │ ├── ReportService2.xsd
│ │ │ │ │ ├── ReportService3.xsd
│ │ │ │ │ ├── ReportService4.xsd
│ │ │ │ │ ├── ReportService.disco
│ │ │ │ │ ├── ReportService.wsdl
│ │ │ │ │ ├── ReportService.xsd
│ │ │ │ │ ├── WCFWebClient.ReportService.GearItem.datasource
│ │ │ │ │ └── WCFWebClient.ReportService.ReportItem.datasource
│ │ │ │ ├── Views
│ │ │ │ │ ├── Home
│ │ │ │ │ │ ├── About.cshtml
│ │ │ │ │ │ └── Index.cshtml
│ │ │ │ │ ├── Shared
│ │ │ │ │ │ ├── Error.cshtml
│ │ │ │ │ │ └── _Layout.cshtml
│ │ │ │ │ ├── _ViewStart.cshtml
│ │ │ │ │ └── Web.config
│ │ │ │ ├── WCFWebClient.csproj
│ │ │ │ ├── Web.config
│ │ │ │ ├── Web.Debug.config
│ │ │ │ └── Web.Release.config
│ │ │ ├── WCFWebService
│ │ │ │ ├── App_Data
│ │ │ │ │ ├── nwind.xml
│ │ │ │ │ └── Reports
│ │ │ │ │ ├── Barcodes
│ │ │ │ │ │ └── Barcode.frx
│ │ │ │ │ └── Demo reports
│ │ │ │ │ ├── Master-Detail.frx
│ │ │ │ │ ├── Row Datasource, Detail Rows.frx
│ │ │ │ │ └── Simple List.frx
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── Default.aspx.designer.cs
│ │ │ │ ├── Global.asax
│ │ │ │ ├── Global.asax.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── ReportService.svc
│ │ │ │ ├── Site.Master
│ │ │ │ ├── Site.Master.cs
│ │ │ │ ├── Site.Master.designer.cs
│ │ │ │ ├── Styles
│ │ │ │ │ └── Site.css
│ │ │ │ ├── WCFWebService.csproj
│ │ │ │ ├── WCFWebService.sln
│ │ │ │ ├── Web.config
│ │ │ │ ├── Web.Debug.config
│ │ │ │ └── Web.Release.config
│ │ │ ├── WebDemo
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── Default.aspx.designer.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── Web.config
│ │ │ │ ├── Web.Debug.config
│ │ │ │ ├── WebDemo.csproj
│ │ │ │ ├── WebDemo.sln
│ │ │ │ └── Web.Release.config
│ │ │ ├── WebFarm
│ │ │ │ ├── App_Code
│ │ │ │ │ └── Barcodes.cs
│ │ │ │ ├── Default.aspx
│ │ │ │ ├── Default.aspx.cs
│ │ │ │ ├── images
│ │ │ │ │ ├── background.jpg
│ │ │ │ │ └── demo_logo.png
│ │ │ │ ├── Web.Config
│ │ │ │ └── WebDemo.sln
│ │ │ ├── WebMatrix
│ │ │ │ ├── Account
│ │ │ │ │ ├── AccountLockedOut.cshtml
│ │ │ │ │ ├── Confirm.cshtml
│ │ │ │ │ ├── ExternalLoginFailure.cshtml
│ │ │ │ │ ├── _ExternalLoginsList.cshtml
│ │ │ │ │ ├── ForgotPassword.cshtml
│ │ │ │ │ ├── Login.cshtml
│ │ │ │ │ ├── Logout.cshtml
│ │ │ │ │ ├── Manage.cshtml
│ │ │ │ │ ├── PasswordReset.cshtml
│ │ │ │ │ ├── Register.cshtml
│ │ │ │ │ ├── RegisterService.cshtml
│ │ │ │ │ └── Thanks.cshtml
│ │ │ │ ├── App_Data
│ │ │ │ │ ├── Barcode.frx
│ │ │ │ │ ├── Complex (Master-detail + Group).frx
│ │ │ │ │ ├── nwind.xml
│ │ │ │ │ └── StarterSite.sdf
│ │ │ │ ├── _AppStart.cshtml
│ │ │ │ ├── Content
│ │ │ │ │ ├── Site.css
│ │ │ │ │ └── themes
│ │ │ │ │ └── base
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ ├── jquery.ui.accordion.css
│ │ │ │ │ ├── jquery.ui.all.css
│ │ │ │ │ ├── jquery.ui.autocomplete.css
│ │ │ │ │ ├── jquery.ui.base.css
│ │ │ │ │ ├── jquery.ui.button.css
│ │ │ │ │ ├── jquery.ui.core.css
│ │ │ │ │ ├── jquery-ui.css
│ │ │ │ │ ├── jquery.ui.datepicker.css
│ │ │ │ │ ├── jquery.ui.dialog.css
│ │ │ │ │ ├── jquery.ui.progressbar.css
│ │ │ │ │ ├── jquery.ui.resizable.css
│ │ │ │ │ ├── jquery.ui.selectable.css
│ │ │ │ │ ├── jquery.ui.slider.css
│ │ │ │ │ ├── jquery.ui.tabs.css
│ │ │ │ │ ├── jquery.ui.theme.css
│ │ │ │ │ └── minified
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png
│ │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png
│ │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png
│ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png
│ │ │ │ │ │ ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│ │ │ │ │ │ ├── ui-icons_222222_256x240.png
│ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png
│ │ │ │ │ │ ├── ui-icons_454545_256x240.png
│ │ │ │ │ │ ├── ui-icons_888888_256x240.png
│ │ │ │ │ │ └── ui-icons_cd0a0a_256x240.png
│ │ │ │ │ ├── jquery.ui.accordion.min.css
│ │ │ │ │ ├── jquery.ui.autocomplete.min.css
│ │ │ │ │ ├── jquery.ui.button.min.css
│ │ │ │ │ ├── jquery.ui.core.min.css
│ │ │ │ │ ├── jquery.ui.datepicker.min.css
│ │ │ │ │ ├── jquery.ui.dialog.min.css
│ │ │ │ │ ├── jquery-ui.min.css
│ │ │ │ │ ├── jquery.ui.progressbar.min.css
│ │ │ │ │ ├── jquery.ui.resizable.min.css
│ │ │ │ │ ├── jquery.ui.selectable.min.css
│ │ │ │ │ ├── jquery.ui.slider.min.css
│ │ │ │ │ ├── jquery.ui.tabs.min.css
│ │ │ │ │ └── jquery.ui.theme.min.css
│ │ │ │ ├── Default.cshtml
│ │ │ │ ├── favicon.ico
│ │ │ │ ├── Images
│ │ │ │ │ ├── accent.png
│ │ │ │ │ ├── bullet.png
│ │ │ │ │ ├── heroAccent.png
│ │ │ │ │ ├── orderedList0.png
│ │ │ │ │ ├── orderedList1.png
│ │ │ │ │ ├── orderedList2.png
│ │ │ │ │ ├── orderedList3.png
│ │ │ │ │ ├── orderedList4.png
│ │ │ │ │ ├── orderedList5.png
│ │ │ │ │ ├── orderedList6.png
│ │ │ │ │ ├── orderedList7.png
│ │ │ │ │ ├── orderedList8.png
│ │ │ │ │ └── orderedList9.png
│ │ │ │ ├── readme.txt
│ │ │ │ ├── Scripts
│ │ │ │ │ ├── jquery-1.8.2.js
│ │ │ │ │ ├── jquery-1.8.2.min.js
│ │ │ │ │ ├── jquery-1.8.2-vsdoc.js
│ │ │ │ │ ├── jquery-ui-1.8.24.js
│ │ │ │ │ ├── jquery-ui-1.8.24.min.js
│ │ │ │ │ ├── jquery.validate.js
│ │ │ │ │ ├── jquery.validate.min.js
│ │ │ │ │ ├── jquery.validate.unobtrusive.js
│ │ │ │ │ ├── jquery.validate.unobtrusive.min.js
│ │ │ │ │ ├── jquery.validate-vsdoc.js
│ │ │ │ │ ├── knockout-2.2.0.debug.js
│ │ │ │ │ ├── knockout-2.2.0.js
│ │ │ │ │ └── modernizr-2.6.2.js
│ │ │ │ ├── _SiteLayout.cshtml
│ │ │ │ └── Web.config
│ │ │ └── WebSite
│ │ │ ├── App_Data
│ │ │ │ ├── PreparedReport.frx
│ │ │ │ └── Simple List.fpx
│ │ │ ├── config.xml
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Default.aspx.designer.cs
│ │ │ ├── images
│ │ │ │ └── demo_logo.png
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── Web.config
│ │ │ ├── Web.Debug.config
│ │ │ ├── Web.Release.config
│ │ │ ├── WebSite.csproj
│ │ │ └── WebSite.sln
│ │ └── WPFViewer
│ │ ├── FRControls
│ │ │ ├── FRControls.csproj
│ │ │ ├── FRControls.csproj.user
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ ├── 001.ico
│ │ │ │ ├── 068.png
│ │ │ │ ├── frst.png
│ │ │ │ ├── lst.png
│ │ │ │ ├── nxt.png
│ │ │ │ └── prr.png
│ │ │ ├── Viewer.xaml
│ │ │ └── Viewer.xaml.cs
│ │ ├── FRControls.sln
│ │ └── ViewerDemo
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ └── Simple List.fpx
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── ViewerDemo.csproj
│ ├── Maps
│ │ ├── usa1.dbf
│ │ ├── usa1.shp
│ │ ├── world.dbf
│ │ └── world.shp
│ ├── MFC
│ │ ├── FRCom
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── FRCom.cs
│ │ │ ├── FRCom.csproj
│ │ │ └── FRCom.sln
│ │ └── TestReport
│ │ ├── res
│ │ │ ├── TestReport.ico
│ │ │ └── TestReport.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── TestReport.cpp
│ │ ├── TestReportDlg.cpp
│ │ ├── TestReportDlg.h
│ │ ├── TestReport.h
│ │ ├── TestReport.rc
│ │ ├── TestReport.sln
│ │ └── TestReport.vcproj
│ ├── Reports
│ │ ├── About Microsoft Chart.frx
│ │ ├── Alternate Color Each Row.frx
│ │ ├── Badges.frx
│ │ ├── Barcode.frx
│ │ ├── Business Objects.frx
│ │ ├── Cascaded Data Filtering.frx
│ │ ├── CellularText.frx
│ │ ├── Chart.frx
│ │ ├── CheckBox.frx
│ │ ├── Column Datasource.frx
│ │ ├── Column Datasource, Wrapped.frx
│ │ ├── Complete upto N Rows.frx
│ │ ├── Complex Column Headers.frx
│ │ ├── Complex (Hyperlinks, Outline, TOC).frx
│ │ ├── Complex (Master-detail + Group).frx
│ │ ├── Databand Columns, Row Numbers.frx
│ │ ├── Dialog Events.frx
│ │ ├── Double Pass, Total Pages.frx
│ │ ├── Drill-Down Groups.frx
│ │ ├── Duplicate Values.frx
│ │ ├── Filtering with CheckedListBox.frx
│ │ ├── Filtering with DataSelector.frx
│ │ ├── Filtering with Date Ranges.frx
│ │ ├── Filtering with Ranges.frx
│ │ ├── Fit Dynamic Table To Page.frx
│ │ ├── Gauge.frx
│ │ ├── Groups.frx
│ │ ├── Guidelines.frx
│ │ ├── Handle Dialog Forms.frx
│ │ ├── Handle Page Breaks.frx
│ │ ├── Handle Preview Clicks.frx
│ │ ├── Hello, FastReport!.frx
│ │ ├── Hierarchic List.frx
│ │ ├── Highlight Based on Row-Column.frx
│ │ ├── Highlight.frx
│ │ ├── Hyperlinks, Bookmarks.frx
│ │ ├── Image.frx
│ │ ├── Inherited Report - base.frx
│ │ ├── Inherited Report.frx
│ │ ├── Interactive Chart.frx
│ │ ├── Interactive Matrix - Details.frx
│ │ ├── Interactive Matrix.frx
│ │ ├── Interactive Matrix With Chart.frx
│ │ ├── Interactive Report, 2-in-1.frx
│ │ ├── Interactive Report - Details.frx
│ │ ├── Interactive Report.frx
│ │ ├── Keep Together.frx
│ │ ├── Labels.frx
│ │ ├── Labels With Dialog.frx
│ │ ├── Lines and Shapes.frx
│ │ ├── Mail Merge.frx
│ │ ├── Map.frx
│ │ ├── Master-Detail.frx
│ │ ├── Matrix.frx
│ │ ├── Matrix With Columns Only.frx
│ │ ├── Matrix With Rows Only.frx
│ │ ├── Microsoft Chart Sample.frx
│ │ ├── Multiplication Table.frx
│ │ ├── nwind.xml
│ │ ├── Objects Inside The Matrix.frx
│ │ ├── Odd-Even Pages, Mirror Margins.frx
│ │ ├── Odd-Even Rows.frx
│ │ ├── Outline.frx
│ │ ├── Pictures Inside The Matrix.frx
│ │ ├── Polygon.frx
│ │ ├── Print Copy Names.frx
│ │ ├── Print DataTable.frx
│ │ ├── Print Entered Value.frx
│ │ ├── Print Month Names.frx
│ │ ├── Print on Previous Page.frx
│ │ ├── Print Total in The Group Header.frx
│ │ ├── QR-Codes.frx
│ │ ├── Repeat Headers.frx
│ │ ├── reports.xml
│ │ ├── Report With Cover Page.frx
│ │ ├── RichText.frx
│ │ ├── Row Datasource, Detail Rows.frx
│ │ ├── Row Datasource.frx
│ │ ├── Row Datasource, Master-Detail.frx
│ │ ├── Sales in Germany.frx
│ │ ├── Sales in USA.frx
│ │ ├── Shift Object Position.frx
│ │ ├── Side-by-Side Subreports.frx
│ │ ├── Simple List.frx
│ │ ├── Simple Matrix.frx
│ │ ├── Sort Group By Total.frx
│ │ ├── Sparkline.frx
│ │ ├── Start New Page, Reset Page Numbers.frx
│ │ ├── Stress-Test (1000x1000).frx
│ │ ├── Subreport.frx
│ │ ├── Table.frx
│ │ ├── Text.frx
│ │ ├── Two Cell Dimensions.frx
│ │ ├── Two Cell Dimensions, Side-by-Side.frx
│ │ ├── Two Column Dimensions.frx
│ │ ├── Two Matrices.frx
│ │ ├── Two Row Dimensions.frx
│ │ ├── Unicode.frx
│ │ ├── USA Map.frx
│ │ ├── Using Expressions.frx
│ │ ├── Watermark.frx
│ │ ├── World Map.frx
│ │ ├── World Sales by City.frx
│ │ ├── World Sales.frx
│ │ ├── World Sales, Interactive.frx
│ │ └── ZipCode.frx
│ ├── VB.Net
│ │ ├── CustomDesigner
│ │ │ ├── CustomDesigner.sln
│ │ │ ├── CustomDesigner.vbproj
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── CustomOpenSaveDialogs
│ │ │ ├── CustomOpenSaveDialogs.sln
│ │ │ ├── CustomOpenSaveDialogs.vbproj
│ │ │ ├── database.xml
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ ├── OpenDialogForm.Designer.vb
│ │ │ ├── OpenDialogForm.resx
│ │ │ ├── OpenDialogForm.vb
│ │ │ ├── SaveDialogForm.Designer.vb
│ │ │ ├── SaveDialogForm.resx
│ │ │ └── SaveDialogForm.vb
│ │ ├── CustomPreview
│ │ │ ├── CustomPreview.sln
│ │ │ ├── CustomPreview.vbproj
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── DataFromArray
│ │ │ ├── DataFromArray.sln
│ │ │ ├── DataFromArray.vbproj
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ └── report.frx
│ │ ├── DataFromBusinessObject
│ │ │ ├── DataFromBusinessObject.sln
│ │ │ ├── DataFromBusinessObject.vbproj
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ └── report.frx
│ │ ├── DataFromDataSet
│ │ │ ├── DataFromDataSet.sln
│ │ │ ├── DataFromDataSet.vbproj
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ └── report.frx
│ │ ├── ExportToPDF
│ │ │ ├── ExportToPDF.sln
│ │ │ ├── ExportToPDF.vbproj
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ └── report.frx
│ │ ├── Main
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── Main.sln
│ │ │ ├── Main.vbproj
│ │ │ ├── Main.vs2005.vbproj
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ └── Resources
│ │ │ └── fr_blue_48x48.png
│ │ ├── ReportFromCode
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ ├── ReportFromCode.sln
│ │ │ └── ReportFromCode.vbproj
│ │ └── UserFunctions
│ │ ├── Form1.Designer.vb
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── UserFunctions.sln
│ │ └── UserFunctions.vbproj
│ └── WCF
│ ├── Barcodes
│ │ └── Barcode.frx
│ └── Demo reports
│ ├── Master-Detail.frx
│ ├── Row Datasource, Detail Rows.frx
│ └── Simple List.frx
├── Designer.exe
├── Documentation
│ ├── FRNetClassReference.chm
│ ├── FRNetProgrammerManual-en.pdf
│ ├── FRNetProgrammerManual-ru.pdf
│ ├── FRNetUserManual-de.pdf
│ ├── FRNetUserManual-en.pdf
│ └── FRNetUserManual-ru.pdf
├── Extras
│ ├── Connections
│ │ ├── FastReport.DB2
│ │ │ ├── AssemblyInitializer.cs
│ │ │ ├── DB2ConnectionEditor.cs
│ │ │ ├── DB2ConnectionEditor.Designer.cs
│ │ │ ├── DB2ConnectionEditor.resx
│ │ │ ├── DB2DataConnection.cs
│ │ │ ├── FastReport.DB2.csproj
│ │ │ ├── FastReport.DB2.sln
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── readme.txt
│ │ ├── FastReport.Firebird
│ │ │ ├── AssemblyInitializer.cs
│ │ │ ├── FastReport.Firebird.csproj
│ │ │ ├── FastReport.Firebird.sln
│ │ │ ├── FirebirdConnectionEditor.cs
│ │ │ ├── FirebirdConnectionEditor.Designer.cs
│ │ │ ├── FirebirdConnectionEditor.resx
│ │ │ ├── FirebirdDataConnection.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── readme.txt
│ │ ├── FastReport.GoogleBigQuery
│ │ │ ├── app.config
│ │ │ ├── AssemblyInitializer.cs
│ │ │ ├── FastReport.GoogleBigQuery.csproj
│ │ │ ├── FastReport.GoogleBigQuery.sln
│ │ │ ├── GoogleBigQueryAdapter.cs
│ │ │ ├── GoogleBigQueryConnectionEditor.cs
│ │ │ ├── GoogleBigQueryConnectionEditor.Designer.cs
│ │ │ ├── GoogleBigQueryConnectionEditor.resx
│ │ │ ├── GoogleBigQueryDataConnection.cs
│ │ │ ├── packages.config
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── readme.txt
│ │ ├── FastReport.Json
│ │ │ ├── AssemblyInitializer.cs
│ │ │ ├── FastReport.Json.csproj
│ │ │ ├── FastReport.Json.sln
│ │ │ ├── JsonClassGenerator
│ │ │ │ ├── CSharpCodeWriter.cs
│ │ │ │ ├── FieldInfo.cs
│ │ │ │ ├── ICodeWriter.cs
│ │ │ │ ├── IJsonClassGeneratorConfig.cs
│ │ │ │ ├── JsonClassGenerator.cs
│ │ │ │ ├── JsonClassHelper.cs
│ │ │ │ ├── JsonType.cs
│ │ │ │ ├── JsonTypeEnum.cs
│ │ │ │ └── LICENSE.txt
│ │ │ ├── JsonCompiler.cs
│ │ │ ├── JsonConnectionEditor.cs
│ │ │ ├── JsonConnectionEditor.designer.cs
│ │ │ ├── JsonConnectionEditor.resx
│ │ │ ├── JsonConnectionStringBuilder.cs
│ │ │ ├── JsonDataConnection.cs
│ │ │ ├── packages.config
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── readme.txt
│ │ ├── FastReport.MongoDB
│ │ │ ├── FastReport.MongoDB
│ │ │ │ ├── App.config
│ │ │ │ ├── AssemblyInitializer.cs
│ │ │ │ ├── FastReport.MongoDB.csproj
│ │ │ │ ├── MongoDBConnectionEditor.cs
│ │ │ │ ├── MongoDBConnectionEditor.Designer.cs
│ │ │ │ ├── MongoDBConnectionEditor.resx
│ │ │ │ ├── MongoDBDataConnection.cs
│ │ │ │ ├── packages.config
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── FastReport.MongoDB.sln
│ │ │ └── readme.txt
│ │ ├── FastReport.MySQL
│ │ │ ├── AssemblyInitializer.cs
│ │ │ ├── FastReport.MySQL.csproj
│ │ │ ├── FastReport.MySQL.sln
│ │ │ ├── MySqlConnectionEditor.cs
│ │ │ ├── MySqlConnectionEditor.Designer.cs
│ │ │ ├── MySqlConnectionEditor.resx
│ │ │ ├── MySqlDataConnection.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── readme.txt
│ │ ├── FastReport.NosDB
│ │ │ ├── FastReport.NosDB
│ │ │ │ ├── AssemblyInitializer.cs
│ │ │ │ ├── FastReport.NosDB.csproj
│ │ │ │ ├── NosDbConnectionEditor.cs
│ │ │ │ ├── NosDbConnectionEditor.Designer.cs
│ │ │ │ ├── NosDbConnectionEditor.resx
│ │ │ │ ├── NosDbDataConnection.cs
│ │ │ │ ├── packages.config
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── FastReport.NosDB.sln
│ │ │ └── readme.txt
│ │ ├── FastReport.Oracle
│ │ │ ├── AssemblyInitializer.cs
│ │ │ ├── FastReport.Oracle.csproj
│ │ │ ├── FastReport.Oracle.sln
│ │ │ ├── OracleConnectionEditor.cs
│ │ │ ├── OracleConnectionEditor.Designer.cs
│ │ │ ├── OracleConnectionEditor.resx
│ │ │ ├── OracleDataConnection.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── readme.txt
│ │ ├── FastReport.OracleODP
│ │ │ ├── AssemblyInitializer.cs
│ │ │ ├── FastReport.Oracle.csproj
│ │ │ ├── FastReport.Oracle.sln
│ │ │ ├── OracleConnectionEditor.cs
│ │ │ ├── OracleConnectionEditor.Designer.cs
│ │ │ ├── OracleConnectionEditor.resx
│ │ │ ├── OracleDataConnection.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── readme.txt
│ │ ├── FastReport.Postgres
│ │ │ ├── AssemblyInitializer.cs
│ │ │ ├── FastReport.Postgres.csproj
│ │ │ ├── FastReport.Postgres.sln
│ │ │ ├── PostgresConnectionEditor.cs
│ │ │ ├── PostgresConnectionEditor.Designer.cs
│ │ │ ├── PostgresConnectionEditor.resx
│ │ │ ├── PostgresDataConnection.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── readme.txt
│ │ ├── FastReport.Postgres.Devart
│ │ │ ├── AssemblyInitializer.cs
│ │ │ ├── FastReport.Postgres.csproj
│ │ │ ├── FastReport.Postgres.sln
│ │ │ ├── PostgresConnectionEditor.cs
│ │ │ ├── PostgresConnectionEditor.Designer.cs
│ │ │ ├── PostgresConnectionEditor.resx
│ │ │ ├── PostgresDataConnection.cs
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ └── readme.txt
│ │ ├── FastReport.RavenDB
│ │ │ ├── App.config
│ │ │ ├── AssemblyInitializer.cs
│ │ │ ├── FastReport.RavenDB.csproj
│ │ │ ├── FastReport.RavenDB.sln
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── RavenDBConnectionEditor.cs
│ │ │ ├── RavenDBConnectionEditor.Designer.cs
│ │ │ ├── RavenDBConnectionEditor.resx
│ │ │ ├── RavenDBConnectionStringBuilder.cs
│ │ │ ├── RavenDBDataConnection.cs
│ │ │ └── readme.txt
│ │ ├── FastReport.SharePoint
│ │ │ ├── AssemblyInitializer.cs
│ │ │ ├── FastReport.SharePoint.csproj
│ │ │ ├── FastReport.SharePoint.sln
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── readme.txt
│ │ │ ├── Requests.cs
│ │ │ ├── SharePointConnectionEditor.cs
│ │ │ ├── SharePointConnectionEditor.Designer.cs
│ │ │ ├── SharePointConnectionEditor.resx
│ │ │ ├── SharePointConnectionStringBuilder.cs
│ │ │ ├── SharePointDataConnection.cs
│ │ │ └── SimpleRESTClient.cs
│ │ ├── FastReport.SqlAnywhere
│ │ │ ├── FastReport.SqlAnywhere
│ │ │ │ ├── AssemblyInitializer.cs
│ │ │ │ ├── FastReport.SqlAnywhere.csproj
│ │ │ │ ├── packages.config
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── SqlAnywhereConnectionEditor.cs
│ │ │ │ ├── SqlAnywhereConnectionEditor.Designer.cs
│ │ │ │ ├── SqlAnywhereConnectionEditor.resx
│ │ │ │ └── SqlAnywhereDataConnection.cs
│ │ │ ├── FastReport.SqlAnywhere.sln
│ │ │ └── readme.txt
│ │ ├── FastReport.SqlCe
│ │ │ ├── AssemblyInitializer.cs
│ │ │ ├── FastReport.SqlCe.csproj
│ │ │ ├── FastReport.SqlCe.sln
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── readme.txt
│ │ │ ├── SqlCeConnectionEditor.cs
│ │ │ ├── SqlCeConnectionEditor.Designer.cs
│ │ │ ├── SqlCeConnectionEditor.resx
│ │ │ ├── SqlCeConnectionStringBuilder.cs
│ │ │ └── SqlCeDataConnection.cs
│ │ ├── FastReport.SQLite
│ │ │ ├── AssemblyInitializer.cs
│ │ │ ├── FastReport.SQLite.csproj
│ │ │ ├── FastReport.SQLite.sln
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── readme.txt
│ │ │ ├── SQLiteConnectionEditor.cs
│ │ │ ├── SQLiteConnectionEditor.Designer.cs
│ │ │ ├── SQLiteConnectionEditor.resx
│ │ │ └── SQLiteDataConnection.cs
│ │ └── FastReport.VistaDB
│ │ ├── AssemblyInitializer.cs
│ │ ├── FastReport.VistaDB.csproj
│ │ ├── FastReport.VistaDB.sln
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── readme.txt
│ │ ├── VistaDBConnectionEditor.cs
│ │ ├── VistaDBConnectionEditor.Designer.cs
│ │ ├── VistaDBConnectionEditor.resx
│ │ └── VistaDBDataConnection.cs
│ ├── FastReport.Plugins.snk
│ └── Misc
│ ├── ActiveQueryBuilder
│ │ ├── ActiveQBForm.cs
│ │ ├── ActiveQBForm.Designer.cs
│ │ ├── ActiveQBForm.resx
│ │ └── ActiveQueryBuilder.txt
│ └── FastReport.RPTImportPlugin
│ ├── AssemblyInitializer.cs
│ ├── FastReport.RPTImportPlugin.csproj
│ ├── FastReport.RPTImportPlugin.sln
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── readme.txt
│ ├── RPTImportPlugin.cs
│ └── UnitsConverter.cs
├── FastReport.Bars.dll
├── FastReport.dll
├── FastReport.Editor.dll
├── FastReport.Install.dll
├── FastReports.url
├── Framework 2.0
│ ├── FastReport.Bars.dll
│ ├── FastReport.dll
│ ├── FastReport.Editor.dll
│ ├── FastReport.VSDesign.dll
│ ├── FastReport.Web.dll
│ ├── FastReport.Web.XML
│ └── FastReport.xml
├── Framework 4.0
│ ├── FastReport.Bars.dll
│ ├── FastReport.dll
│ ├── FastReport.Editor.dll
│ ├── FastReport.Service.dll
│ ├── FastReport.Service.dll.config
│ ├── FastReport.VSDesign.dll
│ ├── FastReport.Web.dll
│ ├── FastReport.Web.XML
│ └── FastReport.xml
├── license.rtf
├── Localization
│ ├── Arabic.frl
│ ├── Armenian.frl
│ ├── Chinese (Simplified).frl
│ ├── Chinese (Traditional).frl
│ ├── Croatian.frl
│ ├── Czech.frl
│ ├── Danish.frl
│ ├── Dutch.frl
│ ├── French.frl
│ ├── German.frl
│ ├── Greek.frl
│ ├── Hungarian.frl
│ ├── Italian.frl
│ ├── Persian.frl
│ ├── Polish.frl
│ ├── Portuguese (Brazil).frl
│ ├── Portuguese.frl
│ ├── readme.txt
│ ├── Romanian.frl
│ ├── Russian.frl
│ ├── Serbian.frl
│ ├── Slovak.frl
│ ├── Slovenian.frl
│ ├── Spanish.frl
│ ├── Swedish.frl
│ ├── Thai.frl
│ ├── Turkish.frl
│ └── Ukrainian.frl
├── System.Windows.Forms.DataVisualization.dll
└── Viewer.exe
210 directories, 1095 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论