Skip to content

Commit

Permalink
Added example images and pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
maximcus committed Mar 27, 2017
1 parent ea37c86 commit a799933
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 0 deletions.
Binary file added Files/input.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Files/output.pdf
Binary file not shown.
Binary file added Files/output1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Files/output2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -56,4 +56,15 @@ Every header and footer will be supplied with the `PageNumber` dynamic resource.
</DataTemplate>
```

## Example

Report view:
![Alt text](Files/Images/input.png "Report View")

Output PDF:
![Alt text](Files/Images/output1.png "Output PDF page 1")
![Alt text](Files/Images/output2.png "Output PDF page 2")

As you can see there is no difference between input (XAML) and output (PDF) except for paging. Also PDF is not rasterized, you can see for yourself: [pdf](Files/output.pdf).


15 changes: 15 additions & 0 deletions SimpleWPFReporting.sln
Expand Up @@ -11,6 +11,18 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{0E44BB82-F259-4F13-BA10-AB0A86A689B9}"
ProjectSection(SolutionItems) = preProject
Files\output.pdf = Files\output.pdf
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{AD970D11-F40F-43A0-BA1A-4BE4B38D45B2}"
ProjectSection(SolutionItems) = preProject
Files\input.png = Files\input.png
Files\output1.png = Files\output1.png
Files\output2.png = Files\output2.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -25,4 +37,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AD970D11-F40F-43A0-BA1A-4BE4B38D45B2} = {0E44BB82-F259-4F13-BA10-AB0A86A689B9}
EndGlobalSection
EndGlobal

0 comments on commit a799933

Please sign in to comment.