Skip to content

DevExpress-Examples/reporting-winforms-process-duplicate-values

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reporting for WinForms - How to Vertically Merge Cells With Duplicate Values

This example shows how to merge table cells with the same values vertically.

In this example, the adjacent cells in the Products column with the same values are merged.

The resulting report looks as follows:

Merge Duplicate Cells Vertically

In the report code, the ProcessDuplicatesMode property is set to Merge. The application allows you to set the ProcessDuplicatesTarget property to Value to merge cells with identical data field values, or to Tag to merge cells with the identical Tag property content.

Files to Look At

Documentation

More Examples

About

How to create a master-detail report at runtime and bind it to the SqlDataSource component.

Topics

Resources

License

Stars

Watchers

Forks