Package | stimulsoft.report.components |
Class | public class StiBandInteraction |
Inheritance | StiBandInteraction ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | bookmark : 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 | ||
![]() | drillDownEnabled : Boolean Gets or sets value which indicates whether the Drill-Down operation can be executed. | StiInteraction | |
![]() | drillDownPage : StiPage Gets or sets a page for the Drill-Down operation. | StiInteraction | |
![]() | drillDownPageGuid : String | StiInteraction | |
![]() | drillDownParameter1 : StiDrillDownParameter Gets or sets first Drill-Down parameter. | StiInteraction | |
![]() | drillDownParameter2 : StiDrillDownParameter Gets or sets second Drill-Down parameter. | StiInteraction | |
![]() | drillDownParameter3 : StiDrillDownParameter Gets or sets third Drill-Down parameter. | StiInteraction | |
![]() | drillDownParameter4 : StiDrillDownParameter Gets or sets fourth Drill-Down parameter. | StiInteraction | |
![]() | drillDownParameter5 : StiDrillDownParameter Gets or sets fifth Drill-Down parameter. | StiInteraction | |
![]() | drillDownReport : String Gets or sets a path to a report for the Drill-Down operation. | StiInteraction | |
![]() | hyperlink : StiHyperlinkExpression Gets or sets an expression to fill a component hyperlink. | StiInteraction | |
isDefault : Boolean [override] [read-only] | StiBandInteraction | ||
![]() | parentComponent : StiComponent = null | StiInteraction | |
![]() | ref : 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 | ||
![]() | sortingColumn : String Gets or sets a column by what data should be re-sorted in the report viewer. | StiInteraction | |
![]() | sortingDirection : int | StiInteraction | |
![]() | sortingEnabled : Boolean Gets or sets value which indicates whether it is allowed or not, using given component, data re-sorting in the report viewer. | StiInteraction | |
![]() | sortingIndex : int | StiInteraction | |
![]() | tag : StiTagExpression Gets or sets the expression to fill a component tag. | StiInteraction | |
![]() | toolTip : StiToolTipExpression Gets or sets the expression to fill a component tooltip. | StiInteraction |
Method | Defined By | ||
---|---|---|---|
StiBandInteraction | |||
![]() | clone(... args):Object [override] | StiInteraction | |
equals(object:Object):Boolean [override] | StiBandInteraction | ||
![]() | getReport():Object | StiInteraction | |
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getSortColumns():Array | StiInteraction | |
![]() | getSortColumnsString():String | StiInteraction | |
![]() | getSortDataBandName():String | StiInteraction | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiBandInteraction |
collapsed | property |
collapsed:StiCollapsedExpression
Gets or sets the boolean expression which indicates whether a group, when rendering, should be collapsed or not.
public function get collapsed():StiCollapsedExpression
public function set collapsed(value:StiCollapsedExpression):void
collapseGroupFooter | property |
collapseGroupFooter:Boolean
Gets or sets value which indicates whether it is necessary GroupFooter collapsing.
public function get collapseGroupFooter():Boolean
public function set collapseGroupFooter(value:Boolean):void
collapsingEnabled | property |
collapsingEnabled:Boolean
Gets or sets value which indicates whether it is allowed or not data collapsing in the report viewer.
public function get collapsingEnabled():Boolean
public function set collapsingEnabled(value:Boolean):void
isDefault | property |
isDefault:Boolean
[read-only] [override] public function get isDefault():Boolean
selectionEnabled | property |
selectionEnabled:Boolean
Gets or sets a value which indicates whether it is allowed to select one data row which is output by this DataBand.
public function get selectionEnabled():Boolean
public function set selectionEnabled(value:Boolean):void
StiBandInteraction | () | Constructor |
public function StiBandInteraction()
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |