Packagestimulsoft.report.components
Classpublic class StiDrillDownParameter
InheritanceStiDrillDownParameter Inheritance StiObject Inheritance Object
Implements IStiDefault, IStiSerializable, IStiRef



Public Properties
 PropertyDefined By
  expression : StiExpression
Gets or sets expression to fill drill-down parameter.
StiDrillDownParameter
  interaction : StiInteraction
StiDrillDownParameter
  isDefault : Boolean
[read-only]
StiDrillDownParameter
  name : String
StiDrillDownParameter
  ref : int
StiDrillDownParameter
Public Methods
 MethodDefined By
  
StiDrillDownParameter
 Inherited
clone(... args):Object
Creates a new object that is a copy of the current instance.
StiObject
  
equals(object:Object):Boolean
[override]
StiDrillDownParameter
 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]
StiDrillDownParameter
Property Detail
expressionproperty
expression:StiExpression

Gets or sets expression to fill drill-down parameter.


Implementation
    public function get expression():StiExpression
    public function set expression(value:StiExpression):void
interactionproperty 
interaction:StiInteraction


Implementation
    public function get interaction():StiInteraction
    public function set interaction(value:StiInteraction):void
isDefaultproperty 
isDefault:Boolean  [read-only]


Implementation
    public function get isDefault():Boolean
nameproperty 
name:String


Implementation
    public function get name():String
    public function set name(value:String):void
refproperty 
ref:int


Implementation
    public function get ref():int
    public function set ref(value:int):void
Constructor Detail
StiDrillDownParameter()Constructor
public function StiDrillDownParameter()



Method Detail
equals()method
override public function equals(object:Object):Boolean

Parameters

object:Object

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

Returns
Object