CodeCharge Studio

IsPercent Run-Time Property (ASP)

Applies to

Report Form,

Type

boolean

Access

read

Syntax

object.IsPercent

Description

Specifies whether the report label value should be output as the percentage of corresponding total value.

Example

If ReportLabel1.IsPercent Then _
	ReportLabel1.Text "<b>" & ReportLabel1.Text & "</b>"
	

See also

TotalFunction property


On-line, printable versions and updates