实例介绍
采用 C#语言, WPF各种图形及报表绘制 的代码 ,方便学习和应用
【实例截图】
【核心代码】
4744300845210172515.rar
└── WPFreports
├── CodeReason.Reports
│ ├── Barcode
│ │ ├── BarcodeBase.cs
│ │ ├── BarcodeC128.cs
│ │ └── BarcodeCharInfo.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── CodeReason.Reports.dll
│ │ │ └── CodeReason.Reports.pdb
│ │ └── Release
│ │ ├── CodeReason.Reports.dll
│ │ └── CodeReason.Reports.pdb
│ ├── CodeReason.Reports.VS2008.csproj
│ ├── CodeReason.Reports.VS2010.csproj
│ ├── Controls
│ │ ├── BusyDecorator.cs
│ │ ├── ThreadedVisualHost.cs
│ │ └── VisualTargetPresentationSource.cs
│ ├── DataRowBoundEventArgs.cs
│ ├── Document
│ │ ├── Barcode
│ │ │ ├── InlineBarcodeC128.cs
│ │ │ └── TableCellBarcodeC128.cs
│ │ ├── Chart
│ │ │ └── BarChart2D.cs
│ │ ├── InlineAggregateValue.cs
│ │ ├── InlineContextValue.cs
│ │ ├── InlineDocumentValue.cs
│ │ ├── InlineTableCellValue.cs
│ │ ├── ReportProperties.cs
│ │ ├── SectionDataGroup.cs
│ │ ├── SectionReportFooter.cs
│ │ ├── SectionReportHeader.cs
│ │ ├── TableRowForDataTable.cs
│ │ ├── TableRowForDynamicDataTable.cs
│ │ ├── TableRowForDynamicHeader.cs
│ │ └── TextBlockDocumentConditional.cs
│ ├── DocumentWalker.cs
│ ├── ExtensionMethods.cs
│ ├── ImageErrorEventArgs.cs
│ ├── ImageEventArgs.cs
│ ├── InlineHasValue.cs
│ ├── InlinePropertyValue.cs
│ ├── Interfaces
│ │ ├── IAggregateValue.cs
│ │ ├── IChart.cs
│ │ ├── IDocumentCondition.cs
│ │ ├── IHasValue.cs
│ │ ├── IInlineContextValue.cs
│ │ ├── IInlineDocumentValue.cs
│ │ ├── IInlinePropertyValue.cs
│ │ ├── IPropertyValue.cs
│ │ ├── ITableCellValue.cs
│ │ ├── ITableRowForDataTable.cs
│ │ ├── ITableRowForDynamicDataTable.cs
│ │ └── ITableRowForDynamicHeader.cs
│ ├── KeyFile.snk
│ ├── MultipleReportPaginator.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── CodeReason.Reports.dll
│ │ │ ├── CodeReason.Reports.g.resources
│ │ │ ├── CodeReason.Reports_MarkupCompile.cache
│ │ │ ├── CodeReason.Reports_MarkupCompile.i.cache
│ │ │ ├── CodeReason.Reports_MarkupCompile.lref
│ │ │ ├── CodeReason.Reports.pdb
│ │ │ ├── CodeReason.Reports.Properties.Resources.resources
│ │ │ ├── CodeReason.Reports.VS2010.csproj.FileListAbsolute.txt
│ │ │ ├── CodeReason.Reports.VS2010.csproj.GenerateResource.Cache
│ │ │ ├── CodeReason.Reports.VS2010.csprojResolveAssemblyReference.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── Themes
│ │ │ ├── BusyDecorator.baml
│ │ │ └── Generic.baml
│ │ └── Release
│ │ ├── CodeReason.Reports.dll
│ │ ├── CodeReason.Reports.g.resources
│ │ ├── CodeReason.Reports_MarkupCompile.cache
│ │ ├── CodeReason.Reports_MarkupCompile.i.cache
│ │ ├── CodeReason.Reports_MarkupCompile.lref
│ │ ├── CodeReason.Reports.pdb
│ │ ├── CodeReason.Reports.Properties.Resources.resources
│ │ ├── CodeReason.Reports.VS2010.csproj.FileListAbsolute.txt
│ │ ├── CodeReason.Reports.VS2010.csproj.GenerateResource.Cache
│ │ ├── CodeReason.Reports.VS2010.csprojResolveAssemblyReference.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── Themes
│ │ ├── BusyDecorator.baml
│ │ └── Generic.baml
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ReportContextValueType.cs
│ ├── ReportData.cs
│ ├── ReportDocument.cs
│ ├── ReportingException.cs
│ ├── ReportPaginator.cs
│ ├── ReportPaginatorDynamicCache.cs
│ ├── ReportPaginatorStaticCache.cs
│ ├── Themes
│ │ ├── BusyDecorator.xaml
│ │ └── Generic.xaml
│ └── XamlHelper.cs
├── CodeReason.Reports.Charts.Visifire
│ ├── AreaChart.cs
│ ├── BarChart.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── CodeReason.Reports.Charts.Visifire.dll
│ │ │ ├── CodeReason.Reports.Charts.Visifire.pdb
│ │ │ ├── CodeReason.Reports.dll
│ │ │ ├── CodeReason.Reports.pdb
│ │ │ └── WPFVisifire.Charts.dll
│ │ └── Release
│ │ ├── CodeReason.Reports.Charts.Visifire.dll
│ │ ├── CodeReason.Reports.Charts.Visifire.pdb
│ │ ├── CodeReason.Reports.dll
│ │ ├── CodeReason.Reports.pdb
│ │ └── WPFVisifire.Charts.dll
│ ├── BubbleChart.cs
│ ├── CandleStickChart.cs
│ ├── ChartBase.cs
│ ├── CodeReason.Reports.Charts.Visifire.VS2008.csproj
│ ├── CodeReason.Reports.Charts.Visifire.VS2010.csproj
│ ├── ColumnChart.cs
│ ├── DoughnutChart.cs
│ ├── IChartVisifire.cs
│ ├── lib
│ │ └── WPFVisifire.Charts.dll
│ ├── LineChart.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── CodeReason.Reports.Charts.Visifire.dll
│ │ │ ├── CodeReason.Reports.Charts.Visifire.pdb
│ │ │ ├── CodeReason.Reports.Charts.Visifire.VS2010.csproj.FileListAbsolute.txt
│ │ │ ├── CodeReason.Reports.Charts.Visifire.VS2010.csprojResolveAssemblyReference.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── TempPE
│ │ └── Release
│ │ ├── CodeReason.Reports.Charts.Visifire.dll
│ │ ├── CodeReason.Reports.Charts.Visifire.pdb
│ │ ├── CodeReason.Reports.Charts.Visifire.VS2010.csproj.FileListAbsolute.txt
│ │ ├── CodeReason.Reports.Charts.Visifire.VS2010.csprojResolveAssemblyReference.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── PieChart.cs
│ ├── PointChart.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SectionFunnelChart.cs
│ ├── StackedArea100Chart.cs
│ ├── StackedAreaChart.cs
│ ├── StackedBar100Chart.cs
│ ├── StackedBarChart.cs
│ ├── StackedColumn100Chart.cs
│ ├── StackedColumnChart.cs
│ ├── StockChart.cs
│ └── StreamLineFunnelChart.cs
├── CodeReason.Reports.VS2008.sln
├── CodeReason.Reports.VS2010.gpState
├── CodeReason.Reports.VS2010.sln
├── CodeReason.Reports.VS2010.sln.docstates.suo
├── CodeReason.Reports.VS2010.suo
├── CodeReason.Reports.VS2010.v12.suo
├── License.txt
├── Samples
│ ├── BarcodeReport
│ │ ├── app.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── BarcodeReport.VS2008.csproj
│ │ ├── BarcodeReport.VS2010.csproj
│ │ ├── BarcodeReport.VS2010.csproj.user
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── BarcodeReport.exe
│ │ │ │ ├── BarcodeReport.exe.config
│ │ │ │ ├── BarcodeReport.pdb
│ │ │ │ ├── BarcodeReport.vshost.exe
│ │ │ │ ├── BarcodeReport.vshost.exe.config
│ │ │ │ ├── BarcodeReport.vshost.exe.manifest
│ │ │ │ ├── CodeReason.Reports.dll
│ │ │ │ ├── CodeReason.Reports.pdb
│ │ │ │ └── Templates
│ │ │ │ └── BarcodeReport.xaml
│ │ │ └── Release
│ │ │ ├── BarcodeReport.exe
│ │ │ ├── BarcodeReport.pdb
│ │ │ ├── BarcodeReport.vshost.exe
│ │ │ ├── BarcodeReport.vshost.exe.manifest
│ │ │ ├── CodeReason.Reports.dll
│ │ │ ├── CodeReason.Reports.pdb
│ │ │ └── Templates
│ │ │ └── BarcodeReport.xaml
│ │ ├── NewFolder1
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── App.g.cs
│ │ │ │ ├── App.g.i.cs
│ │ │ │ ├── BarcodeReport_Content.g.cs
│ │ │ │ ├── BarcodeReport_Content.g.i.cs
│ │ │ │ ├── BarcodeReport.exe
│ │ │ │ ├── BarcodeReport.g.resources
│ │ │ │ ├── BarcodeReport_MarkupCompile.cache
│ │ │ │ ├── BarcodeReport_MarkupCompile.i.cache
│ │ │ │ ├── BarcodeReport.pdb
│ │ │ │ ├── BarcodeReport.Properties.Resources.resources
│ │ │ │ ├── BarcodeReport.VS2010.csproj.FileListAbsolute.txt
│ │ │ │ ├── BarcodeReport.VS2010.csproj.GenerateResource.Cache
│ │ │ │ ├── BarcodeReport.VS2010.csprojResolveAssemblyReference.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── Templates
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── WindowMain.baml
│ │ │ │ ├── WindowMain.g.cs
│ │ │ │ └── WindowMain.g.i.cs
│ │ │ └── Release
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── BarcodeReport_Content.g.cs
│ │ │ ├── BarcodeReport_Content.g.i.cs
│ │ │ ├── BarcodeReport.exe
│ │ │ ├── BarcodeReport.g.resources
│ │ │ ├── BarcodeReport_MarkupCompile.cache
│ │ │ ├── BarcodeReport_MarkupCompile.i.cache
│ │ │ ├── BarcodeReport.pdb
│ │ │ ├── BarcodeReport.Properties.Resources.resources
│ │ │ ├── BarcodeReport.VS2010.csproj.FileListAbsolute.txt
│ │ │ ├── BarcodeReport.VS2010.csproj.GenerateResource.Cache
│ │ │ ├── BarcodeReport.VS2010.csprojResolveAssemblyReference.cache
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── Templates
│ │ │ │ └── FlowDocument1.baml
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── WindowMain.baml
│ │ │ ├── WindowMain.g.cs
│ │ │ └── WindowMain.g.i.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── DataSources
│ │ │ │ ├── App.datasource
│ │ │ │ ├── BarcodeReport.Properties.Resources.datasource
│ │ │ │ ├── BarcodeReport.Properties.Settings.datasource
│ │ │ │ └── WindowMain.datasource
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Templates
│ │ │ ├── BarcodeReport12.xaml
│ │ │ └── BarcodeReport.xaml
│ │ ├── WindowMain.xaml
│ │ └── WindowMain.xaml.cs
│ ├── ChartReport
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── ChartReport.exe
│ │ │ │ ├── ChartReport.pdb
│ │ │ │ ├── ChartReport.vshost.exe
│ │ │ │ ├── ChartReport.vshost.exe.manifest
│ │ │ │ ├── CodeReason.Reports.Charts.Visifire.dll
│ │ │ │ ├── CodeReason.Reports.Charts.Visifire.pdb
│ │ │ │ ├── CodeReason.Reports.dll
│ │ │ │ ├── CodeReason.Reports.pdb
│ │ │ │ ├── Templates
│ │ │ │ │ └── ChartReport.xaml
│ │ │ │ └── WPFVisifire.Charts.dll
│ │ │ └── Release
│ │ │ ├── ChartReport.exe
│ │ │ ├── ChartReport.pdb
│ │ │ ├── ChartReport.vshost.exe
│ │ │ ├── ChartReport.vshost.exe.manifest
│ │ │ ├── CodeReason.Reports.Charts.Visifire.dll
│ │ │ ├── CodeReason.Reports.Charts.Visifire.pdb
│ │ │ ├── CodeReason.Reports.dll
│ │ │ ├── CodeReason.Reports.pdb
│ │ │ ├── Templates
│ │ │ │ └── ChartReport.xaml
│ │ │ └── WPFVisifire.Charts.dll
│ │ ├── ChartReport.VS2008.csproj
│ │ ├── ChartReport.VS2010.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── App.g.cs
│ │ │ │ ├── App.g.i.cs
│ │ │ │ ├── ChartReport_Content.g.cs
│ │ │ │ ├── ChartReport_Content.g.i.cs
│ │ │ │ ├── ChartReport.exe
│ │ │ │ ├── ChartReport.g.resources
│ │ │ │ ├── ChartReport_MarkupCompile.cache
│ │ │ │ ├── ChartReport_MarkupCompile.i.cache
│ │ │ │ ├── ChartReport.pdb
│ │ │ │ ├── ChartReport.Properties.Resources.resources
│ │ │ │ ├── ChartReport.VS2010.csproj.FileListAbsolute.txt
│ │ │ │ ├── ChartReport.VS2010.csproj.GenerateResource.Cache
│ │ │ │ ├── ChartReport.VS2010.csprojResolveAssemblyReference.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── WindowMain.baml
│ │ │ │ ├── WindowMain.g.cs
│ │ │ │ └── WindowMain.g.i.cs
│ │ │ └── Release
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── ChartReport_Content.g.cs
│ │ │ ├── ChartReport_Content.g.i.cs
│ │ │ ├── ChartReport.exe
│ │ │ ├── ChartReport.g.resources
│ │ │ ├── ChartReport_MarkupCompile.cache
│ │ │ ├── ChartReport_MarkupCompile.i.cache
│ │ │ ├── ChartReport.pdb
│ │ │ ├── ChartReport.Properties.Resources.resources
│ │ │ ├── ChartReport.VS2010.csproj.FileListAbsolute.txt
│ │ │ ├── ChartReport.VS2010.csproj.GenerateResource.Cache
│ │ │ ├── ChartReport.VS2010.csprojResolveAssemblyReference.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── WindowMain.baml
│ │ │ ├── WindowMain.g.cs
│ │ │ └── WindowMain.g.i.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Templates
│ │ │ └── ChartReport.xaml
│ │ ├── WindowMain.xaml
│ │ └── WindowMain.xaml.cs
│ ├── ComplexReport
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── CodeReason.Reports.dll
│ │ │ │ ├── CodeReason.Reports.pdb
│ │ │ │ ├── ComplexReport.exe
│ │ │ │ ├── ComplexReport.pdb
│ │ │ │ ├── ComplexReport.vshost.exe
│ │ │ │ ├── ComplexReport.vshost.exe.manifest
│ │ │ │ └── Templates
│ │ │ │ ├── ComplexReport.xaml
│ │ │ │ └── dpd.jpg
│ │ │ └── Release
│ │ │ ├── CodeReason.Reports.dll
│ │ │ ├── CodeReason.Reports.pdb
│ │ │ ├── ComplexReport.exe
│ │ │ ├── ComplexReport.pdb
│ │ │ ├── ComplexReport.vshost.exe
│ │ │ ├── ComplexReport.vshost.exe.manifest
│ │ │ └── Templates
│ │ │ ├── ComplexReport.xaml
│ │ │ └── dpd.jpg
│ │ ├── ComplexReport.VS2008.csproj
│ │ ├── ComplexReport.VS2010.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── App.g.cs
│ │ │ │ ├── App.g.i.cs
│ │ │ │ ├── ComplexReport_Content.g.cs
│ │ │ │ ├── ComplexReport_Content.g.i.cs
│ │ │ │ ├── ComplexReport.exe
│ │ │ │ ├── ComplexReport.g.resources
│ │ │ │ ├── ComplexReport_MarkupCompile.cache
│ │ │ │ ├── ComplexReport_MarkupCompile.i.cache
│ │ │ │ ├── ComplexReport.pdb
│ │ │ │ ├── ComplexReport.Properties.Resources.resources
│ │ │ │ ├── ComplexReport.VS2010.csproj.FileListAbsolute.txt
│ │ │ │ ├── ComplexReport.VS2010.csproj.GenerateResource.Cache
│ │ │ │ ├── ComplexReport.VS2010.csprojResolveAssemblyReference.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── WindowMain.baml
│ │ │ │ ├── WindowMain.g.cs
│ │ │ │ └── WindowMain.g.i.cs
│ │ │ └── Release
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── ComplexReport_Content.g.cs
│ │ │ ├── ComplexReport_Content.g.i.cs
│ │ │ ├── ComplexReport.exe
│ │ │ ├── ComplexReport.g.resources
│ │ │ ├── ComplexReport_MarkupCompile.cache
│ │ │ ├── ComplexReport_MarkupCompile.i.cache
│ │ │ ├── ComplexReport.pdb
│ │ │ ├── ComplexReport.Properties.Resources.resources
│ │ │ ├── ComplexReport.VS2010.csproj.FileListAbsolute.txt
│ │ │ ├── ComplexReport.VS2010.csproj.GenerateResource.Cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── WindowMain.baml
│ │ │ ├── WindowMain.g.cs
│ │ │ └── WindowMain.g.i.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Templates
│ │ │ ├── ComplexReport.xaml
│ │ │ └── dpd.jpg
│ │ ├── WindowMain.xaml
│ │ └── WindowMain.xaml.cs
│ ├── DynamicReport
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── CodeReason.Reports.dll
│ │ │ │ ├── CodeReason.Reports.pdb
│ │ │ │ ├── DynamicReport.exe
│ │ │ │ ├── DynamicReport.pdb
│ │ │ │ ├── DynamicReport.vshost.exe
│ │ │ │ ├── DynamicReport.vshost.exe.manifest
│ │ │ │ └── Templates
│ │ │ │ └── DynamicReport.xaml
│ │ │ └── Release
│ │ │ ├── CodeReason.Reports.dll
│ │ │ ├── CodeReason.Reports.pdb
│ │ │ ├── DynamicReport.exe
│ │ │ ├── DynamicReport.pdb
│ │ │ ├── DynamicReport.vshost.exe
│ │ │ ├── DynamicReport.vshost.exe.manifest
│ │ │ └── Templates
│ │ │ └── DynamicReport.xaml
│ │ ├── DynamicReport.VS2008.csproj
│ │ ├── DynamicReport.VS2010.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── App.g.cs
│ │ │ │ ├── App.g.i.cs
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── DynamicReport_Content.g.cs
│ │ │ │ ├── DynamicReport_Content.g.i.cs
│ │ │ │ ├── DynamicReport.exe
│ │ │ │ ├── DynamicReport.g.resources
│ │ │ │ ├── DynamicReport_MarkupCompile.cache
│ │ │ │ ├── DynamicReport_MarkupCompile.i.cache
│ │ │ │ ├── DynamicReport.pdb
│ │ │ │ ├── DynamicReport.Properties.Resources.resources
│ │ │ │ ├── DynamicReport.VS2010.csproj.FileListAbsolute.txt
│ │ │ │ ├── DynamicReport.VS2010.csproj.GenerateResource.Cache
│ │ │ │ ├── DynamicReport.VS2010.csprojResolveAssemblyReference.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── WindowMain.baml
│ │ │ │ ├── WindowMain.g.cs
│ │ │ │ └── WindowMain.g.i.cs
│ │ │ └── Release
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── DynamicReport_Content.g.cs
│ │ │ ├── DynamicReport_Content.g.i.cs
│ │ │ ├── DynamicReport.exe
│ │ │ ├── DynamicReport.g.resources
│ │ │ ├── DynamicReport_MarkupCompile.cache
│ │ │ ├── DynamicReport_MarkupCompile.i.cache
│ │ │ ├── DynamicReport.pdb
│ │ │ ├── DynamicReport.Properties.Resources.resources
│ │ │ ├── DynamicReport.VS2010.csproj.FileListAbsolute.txt
│ │ │ ├── DynamicReport.VS2010.csproj.GenerateResource.Cache
│ │ │ ├── DynamicReport.VS2010.csprojResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── WindowMain.baml
│ │ │ ├── WindowMain.g.cs
│ │ │ └── WindowMain.g.i.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Templates
│ │ │ └── DynamicReport.xaml
│ │ ├── WindowMain.xaml
│ │ └── WindowMain.xaml.cs
│ ├── ImageReport
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── CodeReason.Reports.dll
│ │ │ │ ├── CodeReason.Reports.pdb
│ │ │ │ ├── ImageReport.exe
│ │ │ │ ├── ImageReport.pdb
│ │ │ │ └── Templates
│ │ │ │ ├── dpd.jpg
│ │ │ │ └── ImageReport.xaml
│ │ │ └── Release
│ │ │ ├── CodeReason.Reports.dll
│ │ │ ├── CodeReason.Reports.pdb
│ │ │ ├── ImageReport.exe
│ │ │ ├── ImageReport.pdb
│ │ │ ├── ImageReport.vshost.exe
│ │ │ ├── ImageReport.vshost.exe.manifest
│ │ │ └── Templates
│ │ │ ├── dpd.jpg
│ │ │ └── ImageReport.xaml
│ │ ├── ImageReport.VS2008.csproj
│ │ ├── ImageReport.VS2010.csproj
│ │ ├── obj
│ │ │ ├── Debug
│ │ │ │ ├── App.g.cs
│ │ │ │ ├── App.g.i.cs
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ │ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ │ │ ├── ImageReport_Content.g.cs
│ │ │ │ ├── ImageReport_Content.g.i.cs
│ │ │ │ ├── ImageReport.exe
│ │ │ │ ├── ImageReport.g.resources
│ │ │ │ ├── ImageReport_MarkupCompile.cache
│ │ │ │ ├── ImageReport_MarkupCompile.i.cache
│ │ │ │ ├── ImageReport.pdb
│ │ │ │ ├── ImageReport.Properties.Resources.resources
│ │ │ │ ├── ImageReport.VS2010.csproj.FileListAbsolute.txt
│ │ │ │ ├── ImageReport.VS2010.csproj.GenerateResource.Cache
│ │ │ │ ├── ImageReport.VS2010.csprojResolveAssemblyReference.cache
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── WindowMain.baml
│ │ │ │ ├── WindowMain.g.cs
│ │ │ │ └── WindowMain.g.i.cs
│ │ │ └── Release
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ImageReport_Content.g.cs
│ │ │ ├── ImageReport_Content.g.i.cs
│ │ │ ├── ImageReport.exe
│ │ │ ├── ImageReport.g.resources
│ │ │ ├── ImageReport_MarkupCompile.cache
│ │ │ ├── ImageReport_MarkupCompile.i.cache
│ │ │ ├── ImageReport.pdb
│ │ │ ├── ImageReport.Properties.Resources.resources
│ │ │ ├── ImageReport.VS2010.csproj.FileListAbsolute.txt
│ │ │ ├── ImageReport.VS2010.csproj.GenerateResource.Cache
│ │ │ ├── ImageReport.VS2010.csprojResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── WindowMain.baml
│ │ │ ├── WindowMain.g.cs
│ │ │ └── WindowMain.g.i.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Templates
│ │ │ ├── dpd.jpg
│ │ │ └── ImageReport.xaml
│ │ ├── WindowMain.xaml
│ │ └── WindowMain.xaml.cs
│ └── SimpleReport
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── CodeReason.Reports.dll
│ │ │ ├── CodeReason.Reports.pdb
│ │ │ ├── SimpleReport.exe
│ │ │ ├── SimpleReport.pdb
│ │ │ └── Templates
│ │ │ └── SimpleReport.xaml
│ │ └── Release
│ │ ├── CodeReason.Reports.dll
│ │ ├── CodeReason.Reports.pdb
│ │ ├── SimpleReport.exe
│ │ ├── SimpleReport.pdb
│ │ ├── SimpleReport.vshost.exe
│ │ ├── SimpleReport.vshost.exe.manifest
│ │ └── Templates
│ │ └── SimpleReport.xaml
│ ├── obj
│ │ ├── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── SimpleReport_Content.g.cs
│ │ │ ├── SimpleReport_Content.g.i.cs
│ │ │ ├── SimpleReport.exe
│ │ │ ├── SimpleReport.g.resources
│ │ │ ├── SimpleReport_MarkupCompile.cache
│ │ │ ├── SimpleReport_MarkupCompile.i.cache
│ │ │ ├── SimpleReport.pdb
│ │ │ ├── SimpleReport.Properties.Resources.resources
│ │ │ ├── SimpleReport.VS2010.csproj.FileListAbsolute.txt
│ │ │ ├── SimpleReport.VS2010.csproj.GenerateResource.Cache
│ │ │ ├── SimpleReport.VS2010.csprojResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── WindowMain.baml
│ │ │ ├── WindowMain.g.cs
│ │ │ └── WindowMain.g.i.cs
│ │ └── Release
│ │ ├── App.g.cs
│ │ ├── App.g.i.cs
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── SimpleReport_Content.g.cs
│ │ ├── SimpleReport_Content.g.i.cs
│ │ ├── SimpleReport.exe
│ │ ├── SimpleReport.g.resources
│ │ ├── SimpleReport_MarkupCompile.cache
│ │ ├── SimpleReport_MarkupCompile.i.cache
│ │ ├── SimpleReport.pdb
│ │ ├── SimpleReport.Properties.Resources.resources
│ │ ├── SimpleReport.VS2010.csproj.FileListAbsolute.txt
│ │ ├── SimpleReport.VS2010.csproj.GenerateResource.Cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── WindowMain.baml
│ │ ├── WindowMain.g.cs
│ │ └── WindowMain.g.i.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SimpleReport.VS2008.csproj
│ ├── SimpleReport.VS2010.csproj
│ ├── Templates
│ │ └── SimpleReport.xaml
│ ├── WindowMain.xaml
│ └── WindowMain.xaml.cs
└── Todo.txt
114 directories, 547 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论