Download Open-Source .NET WPF Reporting Engine

Description

This project allows you to create reports using WPF (Windows Presentation Foundation). Its supports headers and footers, DataTable binding, barcode generation, XPS creation and more.This is a very early alpha version not intented to be used in production environments.

Source Files

The download file wpfreports.zip has the following entries.


trunk/CodeReason.Reports.Charts.Visifire/AreaChart.cs
trunk/CodeReason.Reports.Charts.Visifire/BarChart.cs
trunk/CodeReason.Reports.Charts.Visifire/BubbleChart.cs
trunk/CodeReason.Reports.Charts.Visifire/CandleStickChart.cs
trunk/CodeReason.Reports.Charts.Visifire/ChartBase.cs
trunk/CodeReason.Reports.Charts.Visifire/CodeReason.Reports.Charts.Visifire.VS2008.csproj
trunk/CodeReason.Reports.Charts.Visifire/CodeReason.Reports.Charts.Visifire.VS2010.csproj
trunk/CodeReason.Reports.Charts.Visifire/ColumnChart.cs
trunk/CodeReason.Reports.Charts.Visifire/DoughnutChart.cs
trunk/CodeReason.Reports.Charts.Visifire/IChartVisifire.cs
trunk/CodeReason.Reports.Charts.Visifire/LineChart.cs
trunk/CodeReason.Reports.Charts.Visifire/PieChart.cs
trunk/CodeReason.Reports.Charts.Visifire/PointChart.cs
trunk/CodeReason.Reports.Charts.Visifire/Properties/AssemblyInfo.cs
trunk/CodeReason.Reports.Charts.Visifire/SectionFunnelChart.cs
trunk/CodeReason.Reports.Charts.Visifire/StackedArea100Chart.cs
trunk/CodeReason.Reports.Charts.Visifire/StackedAreaChart.cs
trunk/CodeReason.Reports.Charts.Visifire/StackedBar100Chart.cs
trunk/CodeReason.Reports.Charts.Visifire/StackedBarChart.cs
trunk/CodeReason.Reports.Charts.Visifire/StackedColumn100Chart.cs
trunk/CodeReason.Reports.Charts.Visifire/StackedColumnChart.cs
trunk/CodeReason.Reports.Charts.Visifire/StockChart.cs
trunk/CodeReason.Reports.Charts.Visifire/StreamLineFunnelChart.cs
trunk/CodeReason.Reports.Charts.Visifire/lib/WPFVisifire.Charts.dll
trunk/CodeReason.Reports.VS2008.sln/*  w w w. j a  va2 s. c  o m*/
trunk/CodeReason.Reports.VS2010.sln
trunk/CodeReason.Reports/Barcode/BarcodeBase.cs
trunk/CodeReason.Reports/Barcode/BarcodeC128.cs
trunk/CodeReason.Reports/Barcode/BarcodeCharInfo.cs
trunk/CodeReason.Reports/CodeReason.Reports.VS2008.csproj
trunk/CodeReason.Reports/CodeReason.Reports.VS2010.csproj
trunk/CodeReason.Reports/Controls/BusyDecorator.cs
trunk/CodeReason.Reports/Controls/ThreadedVisualHost.cs
trunk/CodeReason.Reports/Controls/VisualTargetPresentationSource.cs
trunk/CodeReason.Reports/DataRowBoundEventArgs.cs
trunk/CodeReason.Reports/Document/Barcode/InlineBarcodeC128.cs
trunk/CodeReason.Reports/Document/Barcode/TableCellBarcodeC128.cs
trunk/CodeReason.Reports/Document/Chart/BarChart2D.cs
trunk/CodeReason.Reports/Document/InlineAggregateValue.cs
trunk/CodeReason.Reports/Document/InlineContextValue.cs
trunk/CodeReason.Reports/Document/InlineDocumentValue.cs
trunk/CodeReason.Reports/Document/InlineTableCellValue.cs
trunk/CodeReason.Reports/Document/ReportProperties.cs
trunk/CodeReason.Reports/Document/SectionDataGroup.cs
trunk/CodeReason.Reports/Document/SectionReportFooter.cs
trunk/CodeReason.Reports/Document/SectionReportHeader.cs
trunk/CodeReason.Reports/Document/TableRowForDataTable.cs
trunk/CodeReason.Reports/Document/TableRowForDynamicDataTable.cs
trunk/CodeReason.Reports/Document/TableRowForDynamicHeader.cs
trunk/CodeReason.Reports/Document/TextBlockDocumentConditional.cs
trunk/CodeReason.Reports/DocumentWalker.cs
trunk/CodeReason.Reports/ExtensionMethods.cs
trunk/CodeReason.Reports/ImageErrorEventArgs.cs
trunk/CodeReason.Reports/ImageEventArgs.cs
trunk/CodeReason.Reports/InlineHasValue.cs
trunk/CodeReason.Reports/InlinePropertyValue.cs
trunk/CodeReason.Reports/Interfaces/IAggregateValue.cs
trunk/CodeReason.Reports/Interfaces/IChart.cs
trunk/CodeReason.Reports/Interfaces/IDocumentCondition.cs
trunk/CodeReason.Reports/Interfaces/IHasValue.cs
trunk/CodeReason.Reports/Interfaces/IInlineContextValue.cs
trunk/CodeReason.Reports/Interfaces/IInlineDocumentValue.cs
trunk/CodeReason.Reports/Interfaces/IInlinePropertyValue.cs
trunk/CodeReason.Reports/Interfaces/IPropertyValue.cs
trunk/CodeReason.Reports/Interfaces/ITableCellValue.cs
trunk/CodeReason.Reports/Interfaces/ITableRowForDataTable.cs
trunk/CodeReason.Reports/Interfaces/ITableRowForDynamicDataTable.cs
trunk/CodeReason.Reports/Interfaces/ITableRowForDynamicHeader.cs
trunk/CodeReason.Reports/KeyFile.snk
trunk/CodeReason.Reports/MultipleReportPaginator.cs
trunk/CodeReason.Reports/Properties/AssemblyInfo.cs
trunk/CodeReason.Reports/Properties/Resources.Designer.cs
trunk/CodeReason.Reports/Properties/Resources.resx
trunk/CodeReason.Reports/Properties/Settings.Designer.cs
trunk/CodeReason.Reports/Properties/Settings.settings
trunk/CodeReason.Reports/ReportContextValueType.cs
trunk/CodeReason.Reports/ReportData.cs
trunk/CodeReason.Reports/ReportDocument.cs
trunk/CodeReason.Reports/ReportPaginator.cs
trunk/CodeReason.Reports/ReportPaginatorDynamicCache.cs
trunk/CodeReason.Reports/ReportPaginatorStaticCache.cs
trunk/CodeReason.Reports/ReportingException.cs
trunk/CodeReason.Reports/Themes/BusyDecorator.xaml
trunk/CodeReason.Reports/Themes/Generic.xaml
trunk/CodeReason.Reports/XamlHelper.cs
trunk/Latest Changes.txt
trunk/License.txt
trunk/Samples/BarcodeReport/App.xaml
trunk/Samples/BarcodeReport/App.xaml.cs
trunk/Samples/BarcodeReport/BarcodeReport.VS2008.csproj
trunk/Samples/BarcodeReport/BarcodeReport.VS2010.csproj
trunk/Samples/BarcodeReport/Properties/AssemblyInfo.cs
trunk/Samples/BarcodeReport/Properties/Resources.Designer.cs
trunk/Samples/BarcodeReport/Properties/Resources.resx
trunk/Samples/BarcodeReport/Properties/Settings.Designer.cs
trunk/Samples/BarcodeReport/Properties/Settings.settings
trunk/Samples/BarcodeReport/Templates/BarcodeReport.xaml
trunk/Samples/BarcodeReport/WindowMain.xaml
trunk/Samples/BarcodeReport/WindowMain.xaml.cs
trunk/Samples/ChartReport/App.xaml
trunk/Samples/ChartReport/App.xaml.cs
trunk/Samples/ChartReport/ChartReport.VS2008.csproj
trunk/Samples/ChartReport/ChartReport.VS2010.csproj
trunk/Samples/ChartReport/Properties/AssemblyInfo.cs
trunk/Samples/ChartReport/Properties/Resources.Designer.cs
trunk/Samples/ChartReport/Properties/Resources.resx
trunk/Samples/ChartReport/Properties/Settings.Designer.cs
trunk/Samples/ChartReport/Properties/Settings.settings
trunk/Samples/ChartReport/Templates/ChartReport.xaml
trunk/Samples/ChartReport/WindowMain.xaml
trunk/Samples/ChartReport/WindowMain.xaml.cs
trunk/Samples/ComplexReport/App.xaml
trunk/Samples/ComplexReport/App.xaml.cs
trunk/Samples/ComplexReport/ComplexReport.VS2008.csproj
trunk/Samples/ComplexReport/ComplexReport.VS2010.csproj
trunk/Samples/ComplexReport/Properties/AssemblyInfo.cs
trunk/Samples/ComplexReport/Properties/Resources.Designer.cs
trunk/Samples/ComplexReport/Properties/Resources.resx
trunk/Samples/ComplexReport/Properties/Settings.Designer.cs
trunk/Samples/ComplexReport/Properties/Settings.settings
trunk/Samples/ComplexReport/Templates/ComplexReport.xaml
trunk/Samples/ComplexReport/Templates/dpd.jpg
trunk/Samples/ComplexReport/WindowMain.xaml
trunk/Samples/ComplexReport/WindowMain.xaml.cs
trunk/Samples/DynamicReport/App.xaml
trunk/Samples/DynamicReport/App.xaml.cs
trunk/Samples/DynamicReport/DynamicReport.VS2008.csproj
trunk/Samples/DynamicReport/DynamicReport.VS2010.csproj
trunk/Samples/DynamicReport/Properties/AssemblyInfo.cs
trunk/Samples/DynamicReport/Properties/Resources.Designer.cs
trunk/Samples/DynamicReport/Properties/Resources.resx
trunk/Samples/DynamicReport/Properties/Settings.Designer.cs
trunk/Samples/DynamicReport/Properties/Settings.settings
trunk/Samples/DynamicReport/Templates/DynamicReport.xaml
trunk/Samples/DynamicReport/WindowMain.xaml
trunk/Samples/DynamicReport/WindowMain.xaml.cs
trunk/Samples/ImageReport/App.xaml
trunk/Samples/ImageReport/App.xaml.cs
trunk/Samples/ImageReport/ImageReport.VS2008.csproj
trunk/Samples/ImageReport/ImageReport.VS2010.csproj
trunk/Samples/ImageReport/Properties/AssemblyInfo.cs
trunk/Samples/ImageReport/Properties/Resources.Designer.cs
trunk/Samples/ImageReport/Properties/Resources.resx
trunk/Samples/ImageReport/Properties/Settings.Designer.cs
trunk/Samples/ImageReport/Properties/Settings.settings
trunk/Samples/ImageReport/Templates/ImageReport.xaml
trunk/Samples/ImageReport/Templates/dpd.jpg
trunk/Samples/ImageReport/WindowMain.xaml
trunk/Samples/ImageReport/WindowMain.xaml.cs
trunk/Samples/SimpleReport/App.xaml
trunk/Samples/SimpleReport/App.xaml.cs
trunk/Samples/SimpleReport/Properties/AssemblyInfo.cs
trunk/Samples/SimpleReport/Properties/Resources.Designer.cs
trunk/Samples/SimpleReport/Properties/Resources.resx
trunk/Samples/SimpleReport/Properties/Settings.Designer.cs
trunk/Samples/SimpleReport/Properties/Settings.settings
trunk/Samples/SimpleReport/SimpleReport.VS2008.csproj
trunk/Samples/SimpleReport/SimpleReport.VS2010.csproj
trunk/Samples/SimpleReport/Templates/SimpleReport.xaml
trunk/Samples/SimpleReport/WindowMain.xaml
trunk/Samples/SimpleReport/WindowMain.xaml.cs
trunk/Todo.txt

Download

Click the following link to download wpfreports.zip.

wpfreports.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML