DevExpress-Examples / Reporting_how-to-create-custom-report-controls-e57

This example shows hot to create a custom Progress Bar reporting control that is the XRControl descendant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to create custom report controls

This example demonstrates how to create a custom ProgressBar control.

In this example, the progress bar control is implemented as a filled rectangle with variable width, and serves as a graphical representation of a numerical value. This custom control has two primary properties - Position and MaxValue. The Position property determines the current progress for the value tracked by this control (how much of the bar is filled in with the progress color). The MaxValue property determines the maximum value for the Position property and the scale used by the progress bar. Note that the Position property is bindable, which allows the progress bar control to be used in data-aware reports.

See also


About

This example shows hot to create a custom Progress Bar reporting control that is the XRControl descendant.

License:Other


Languages

Language:C# 83.8%Language:Visual Basic .NET 16.3%