Packagestimulsoft.report.components
Classpublic class StiBandInteraction
InheritanceStiBandInteraction Inheritance StiInteraction Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedbookmark : StiBookmarkExpression
Gets or sets the expression to fill a component bookmark.
StiInteraction
  collapsed : StiCollapsedExpression
Gets or sets the boolean expression which indicates whether a group, when rendering, should be collapsed or not.
StiBandInteraction
  collapseGroupFooter : Boolean
Gets or sets value which indicates whether it is necessary GroupFooter collapsing.
StiBandInteraction
  collapsingEnabled : Boolean
Gets or sets value which indicates whether it is allowed or not data collapsing in the report viewer.
StiBandInteraction
 InheriteddrillDownEnabled : Boolean
Gets or sets value which indicates whether the Drill-Down operation can be executed.
StiInteraction
 InheriteddrillDownPage : StiPage
Gets or sets a page for the Drill-Down operation.
StiInteraction
 InheriteddrillDownPageGuid : String
StiInteraction
 InheriteddrillDownParameter1 : StiDrillDownParameter
Gets or sets first Drill-Down parameter.
StiInteraction
 InheriteddrillDownParameter2 : StiDrillDownParameter
Gets or sets second Drill-Down parameter.
StiInteraction
 InheriteddrillDownParameter3 : StiDrillDownParameter
Gets or sets third Drill-Down parameter.
StiInteraction
 InheriteddrillDownParameter4 : StiDrillDownParameter
Gets or sets fourth Drill-Down parameter.
StiInteraction
 InheriteddrillDownParameter5 : StiDrillDownParameter
Gets or sets fifth Drill-Down parameter.
StiInteraction
 InheriteddrillDownReport : String
Gets or sets a path to a report for the Drill-Down operation.
StiInteraction
 Inheritedhyperlink : StiHyperlinkExpression
Gets or sets an expression to fill a component hyperlink.
StiInteraction
  isDefault : Boolean
[override] [read-only]
StiBandInteraction
 InheritedparentComponent : StiComponent = null
StiInteraction
 Inheritedref : int
StiInteraction
  selectionEnabled : Boolean
Gets or sets a value which indicates whether it is allowed to select one data row which is output by this DataBand.
StiBandInteraction
 InheritedsortingColumn : String
Gets or sets a column by what data should be re-sorted in the report viewer.
StiInteraction
 InheritedsortingDirection : int
StiInteraction
 InheritedsortingEnabled : Boolean
Gets or sets value which indicates whether it is allowed or not, using given component, data re-sorting in the report viewer.
StiInteraction
 InheritedsortingIndex : int
StiInteraction
 Inheritedtag : StiTagExpression
Gets or sets the expression to fill a component tag.
StiInteraction
 InheritedtoolTip : StiToolTipExpression
Gets or sets the expression to fill a component tooltip.
StiInteraction
Public Methods
 MethodDefined By
  
StiBandInteraction
 Inherited
clone(... args):Object
[override]
StiInteraction
  
equals(object:Object):Boolean
[override]
StiBandInteraction
 Inherited
getReport():Object
StiInteraction
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
StiInteraction
 Inherited
StiInteraction
 Inherited
StiInteraction
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiBandInteraction
Property Detail
collapsedproperty
collapsed:StiCollapsedExpression

Gets or sets the boolean expression which indicates whether a group, when rendering, should be collapsed or not.


Implementation
    public function get collapsed():StiCollapsedExpression
    public function set collapsed(value:StiCollapsedExpression):void
collapseGroupFooterproperty 
collapseGroupFooter:Boolean

Gets or sets value which indicates whether it is necessary GroupFooter collapsing.


Implementation
    public function get collapseGroupFooter():Boolean
    public function set collapseGroupFooter(value:Boolean):void
collapsingEnabledproperty 
collapsingEnabled:Boolean

Gets or sets value which indicates whether it is allowed or not data collapsing in the report viewer.


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


Implementation
    public function get isDefault():Boolean
selectionEnabledproperty 
selectionEnabled:Boolean

Gets or sets a value which indicates whether it is allowed to select one data row which is output by this DataBand.


Implementation
    public function get selectionEnabled():Boolean
    public function set selectionEnabled(value:Boolean):void
Constructor Detail
StiBandInteraction()Constructor
public function StiBandInteraction()



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