Skip to content

AnnaVekhina/how-to-process-report-duplicate-values

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to process duplicate values in a report

This example demonstrates how to use the ProcessDuplicatesMode and ProcessDuplicatesTarget properties to merge a report's duplicate values in WinForms applications.

Set the report control's ProcessDuplicatesMode property to Merge. After that, set the ProcessDuplicatesTarget property to one of the following values:

  • Value to merge identical values of a report control's data.

  • Tag to merge the XRControl.Tag property's duplicate values.

Releases

No releases published

Packages

No packages published

Languages