| Package | stimulsoft.report.components |
| Class | public class StiInteraction |
| Inheritance | StiInteraction StiObject Object |
| Implements | IStiReportProperty, IStiSerializable, IStiDefault, IStiRef |
| Subclasses | StiBandInteraction |
| Property | Defined By | ||
|---|---|---|---|
| bookmark : StiBookmarkExpression Gets or sets the expression to fill a component bookmark. | StiInteraction | ||
| 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 [read-only] | StiInteraction | ||
| parentComponent : StiComponent = null | StiInteraction | ||
| ref : int | StiInteraction | ||
| 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 | ||
|---|---|---|---|
| StiInteraction | |||
clone(... args):Object [override] | StiInteraction | ||
equals(object:Object):Boolean [override] | StiInteraction | ||
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] | StiInteraction | ||
| bookmark | property |
bookmark:StiBookmarkExpressionGets or sets the expression to fill a component bookmark.
public function get bookmark():StiBookmarkExpression public function set bookmark(value:StiBookmarkExpression):void| drillDownEnabled | property |
drillDownEnabled:BooleanGets or sets value which indicates whether the Drill-Down operation can be executed.
public function get drillDownEnabled():Boolean public function set drillDownEnabled(value:Boolean):void| drillDownPage | property |
drillDownPage:StiPageGets or sets a page for the Drill-Down operation.
public function get drillDownPage():StiPage public function set drillDownPage(value:StiPage):void| drillDownPageGuid | property |
drillDownPageGuid:String public function get drillDownPageGuid():String public function set drillDownPageGuid(value:String):void| drillDownParameter1 | property |
drillDownParameter1:StiDrillDownParameterGets or sets first Drill-Down parameter.
public function get drillDownParameter1():StiDrillDownParameter public function set drillDownParameter1(value:StiDrillDownParameter):void| drillDownParameter2 | property |
drillDownParameter2:StiDrillDownParameterGets or sets second Drill-Down parameter.
public function get drillDownParameter2():StiDrillDownParameter public function set drillDownParameter2(value:StiDrillDownParameter):void| drillDownParameter3 | property |
drillDownParameter3:StiDrillDownParameterGets or sets third Drill-Down parameter.
public function get drillDownParameter3():StiDrillDownParameter public function set drillDownParameter3(value:StiDrillDownParameter):void| drillDownParameter4 | property |
drillDownParameter4:StiDrillDownParameterGets or sets fourth Drill-Down parameter.
public function get drillDownParameter4():StiDrillDownParameter public function set drillDownParameter4(value:StiDrillDownParameter):void| drillDownParameter5 | property |
drillDownParameter5:StiDrillDownParameterGets or sets fifth Drill-Down parameter.
public function get drillDownParameter5():StiDrillDownParameter public function set drillDownParameter5(value:StiDrillDownParameter):void| drillDownReport | property |
drillDownReport:StringGets or sets a path to a report for the Drill-Down operation.
public function get drillDownReport():String public function set drillDownReport(value:String):void| hyperlink | property |
hyperlink:StiHyperlinkExpressionGets or sets an expression to fill a component hyperlink.
public function get hyperlink():StiHyperlinkExpression public function set hyperlink(value:StiHyperlinkExpression):void| isDefault | property |
isDefault:Boolean [read-only] public function get isDefault():Boolean| parentComponent | property |
public var parentComponent:StiComponent = null| ref | property |
ref:int public function get ref():int public function set ref(value:int):void| sortingColumn | property |
sortingColumn:StringGets or sets a column by what data should be re-sorted in the report viewer.
public function get sortingColumn():String public function set sortingColumn(value:String):void| sortingDirection | property |
sortingDirection:int public function get sortingDirection():int public function set sortingDirection(value:int):void| sortingEnabled | property |
sortingEnabled:BooleanGets or sets value which indicates whether it is allowed or not, using given component, data re-sorting in the report viewer.
public function get sortingEnabled():Boolean public function set sortingEnabled(value:Boolean):void| sortingIndex | property |
sortingIndex:int public function get sortingIndex():int public function set sortingIndex(value:int):void| tag | property |
tag:StiTagExpressionGets or sets the expression to fill a component tag.
public function get tag():StiTagExpression public function set tag(value:StiTagExpression):void| toolTip | property |
toolTip:StiToolTipExpressionGets or sets the expression to fill a component tooltip.
public function get toolTip():StiToolTipExpression public function set toolTip(value:StiToolTipExpression):void| StiInteraction | () | Constructor |
public function StiInteraction()| clone | () | method |
override public function clone(... args):ObjectParameters
... args |
Object |
| equals | () | method |
override public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| getReport | () | method |
public function getReport():ObjectReturnsObject |
| getSortColumns | () | method |
public function getSortColumns():ArrayReturnsArray |
| getSortColumnsString | () | method |
public function getSortColumnsString():StringReturnsString |
| getSortDataBandName | () | method |
public function getSortDataBandName():StringReturnsString |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |