DevExpress-Examples / wpf-pivot-grid-implement-custom-summary

This example demonstrates how to count distinct values (the number of orders with equal product quantities) and display the result in the Pivot Grid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pivot Grid for WPF - How to Create a Custom Summary to Display a Distinct Value Count

This example demonstrates how to count distinct values (the number of orders with equal product quantities) and display the result in the Pivot Grid.

screenshot

Data Field Expression
Count Distinct DistinctCount([OrderID])

Call the CriteriaOperator.RegisterCustomFunction method to register a custom function in your project (see MainWindow.xaml.cs/MainWindow.xaml.vb).

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

This example demonstrates how to count distinct values (the number of orders with equal product quantities) and display the result in the Pivot Grid.

License:Other


Languages

Language:Visual Basic .NET 54.1%Language:C# 45.9%