DevExpress-Examples / reporting-wpf-print-listview-data

How to use the DXPrinting Library to print data from the standard ListView control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reporting for WPF - Print a ListView data

This example shows how to print data from the ListView control. The DXPrinting Library is designed to print data that is organized according to the presentation defined in the data templates. The print templates are built-in only for the DXGrid. To print data of any standard control, create a template and use it to print data. For this, use the SimpleLink class.

The data templates in this example are defined for the page header and detail areas of the document (the SimpleLink.PageHeader and SimpleLink.Detail properties). The TextEdit controls are used for this purpose, because they have built-in export settings, unlike the regular TextBlock elements.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

How to use the DXPrinting Library to print data from the standard ListView control

License:Other


Languages

Language:C# 74.6%Language:Visual Basic .NET 25.4%