| Package | stimulsoft.report.list |
| Interface | public interface IStiList |
| Implementors | List |
| Property | Defined By | ||
|---|---|---|---|
| count : int [read-only] | IStiList | ||
| listName : String [read-only] Gets specified name of list. | IStiList | ||
| listType : int [read-only] Gets the type of List items. | IStiList | ||
| Method | Defined By | ||
|---|---|---|---|
addElement(value:Object):void | IStiList | ||
clear():void | IStiList | ||
| count | property |
count:int [read-only] public function get count():int| listName | property |
listName:String [read-only] Gets specified name of list. List name equal to name of list class.
public function get listName():String| listType | property |
listType:int [read-only] Gets the type of List items.
public function get listType():int| addElement | () | method |
public function addElement(value:Object):voidParameters
value:Object |
| clear | () | method |
public function clear():void