Packagestimulsoft.report.crossTab
Classpublic class StiCrossTabParams
InheritanceStiCrossTabParams Inheritance StiObject Inheritance Object
Implements IStiEquals



Public Properties
 PropertyDefined By
  allowRendering : Boolean
StiCrossTabParams
  destinationContainer : StiContainer
StiCrossTabParams
  destinationRectangle : StiRectangle
StiCrossTabParams
  renderingIsFinished : Boolean
StiCrossTabParams
  startColumn : int
StiCrossTabParams
  startRow : int
StiCrossTabParams
Public Methods
 MethodDefined By
  
clone(... args):Object
[override]
StiCrossTabParams
  
equals(object:Object):Boolean
[override]
StiCrossTabParams
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiCrossTabParams
Property Detail
allowRenderingproperty
allowRendering:Boolean


Implementation
    public function get allowRendering():Boolean
    public function set allowRendering(value:Boolean):void
destinationContainerproperty 
destinationContainer:StiContainer


Implementation
    public function get destinationContainer():StiContainer
    public function set destinationContainer(value:StiContainer):void
destinationRectangleproperty 
destinationRectangle:StiRectangle


Implementation
    public function get destinationRectangle():StiRectangle
    public function set destinationRectangle(value:StiRectangle):void
renderingIsFinishedproperty 
renderingIsFinished:Boolean


Implementation
    public function get renderingIsFinished():Boolean
    public function set renderingIsFinished(value:Boolean):void
startColumnproperty 
startColumn:int


Implementation
    public function get startColumn():int
    public function set startColumn(value:int):void
startRowproperty 
startRow:int


Implementation
    public function get startRow():int
    public function set startRow(value:int):void
Method Detail
clone()method
override public function clone(... args):Object

Parameters

... args

Returns
Object
equals()method 
override public function equals(object:Object):Boolean

Parameters

object:Object

Returns
Boolean
memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object