CodeCharge Studio

IsPercent Run-Time Property (PHP)

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 ($Report1->ReportLabel1->IsPercent) {
	$Report1->ReportLabel1->SetText("<b>" . $Report1->ReportLabel1->GetText() . "</b>");
}
	

See also

TotalFunction property


On-line, printable versions and updates