adhocEnabled(Boolean)

Specifies whether the component (Table, Crosstab, Section, or Chart) is available for ad hoc editing by the end-user.

Parameters

Boolean true (default): ad hoc editing is available
false: ad hoc editing is not available

Example

if (parameter._USER_=='admin') {

   Chart1.adhocEnabled=true;

}

else {

   Chart1.adhocEnabled=false;

}

See Also

Ad Hoc Reporting, for information on end-user ad hoc editing.

<< scheduleAction(Boolean[,emails]) © 1996-2013 InetSoft Technology Corporation (v11.5) sectionID >>