Skip to main content
A newer version of this page is available. .

TemplateValueType Enum

Lists the types for template field values available in the Template Wizard.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public enum TemplateValueType

Members

Name Description
Default

For internal use.

Flat

A value is flat, meaning that it is applied to line subtotals.

Fixed

A value is fixed, meaning that it is applied to individual items and does not depend on the item quantity.

Percentage

A value is a percent of the original value as a fraction of 100.

DecimalPercentage

A value is a percent of the original value as a decimal fraction.

Remarks

The values listed by the TemplateValueType enumeration are returned by the following properties.

See Also