Previous Topic

Next Topic

Inhoudsopgave

Book Index

Summary.GroupFooterFormat Property

Property Property Summary.GroupFooterFormat: String (W)

Description

This property specifies the pattern for displaying the summary string. Set this property for example to 'SUM = $,0.00;-$,0.00'.

The 0.00 portion will be substituted with the summary result.

The two zeros following the point identify the number of digits in the summary result to the right of the decimal point.

The comma represents the ThousandSeparator global variable.

The semicolon separates two patterns used to display positive and negative results respectively.

Other characters do not have special meaning and display onscreen as is.