| Package | stimulsoft.controls.visual.forms |
| Class | public class StiReportSetupForm |
| Inheritance | StiReportSetupForm StiWindowForm mx.containers.Canvas |
| Implements | mx.binding.IBindingClient |
| Method | Defined By | ||
|---|---|---|---|
Constructor. | StiReportSetupForm | ||
![]() | applyTheme():void | StiWindowForm | |
![]() | centerForm():void | StiWindowForm | |
![]() | close():void | StiWindowForm | |
![]() | show(resultHandler:Function = null, modal:Boolean = false, center:Boolean = true, keyEvent:Boolean = true):void | StiWindowForm | |
| buttonCancel | property |
public var buttonCancel:StiButtonThis property can be used as the source for data binding.
| buttonOK | property |
public var buttonOK:StiButtonThis property can be used as the source for data binding.
| cbCacheAllData | property |
public var cbCacheAllData:StiCheckBoxThis property can be used as the source for data binding.
| cbConvertNulls | property |
public var cbConvertNulls:StiCheckBoxThis property can be used as the source for data binding.
| cbNumberOfPass | property |
public var cbNumberOfPass:StiComboBoxThis property can be used as the source for data binding.
| cbReportCacheMode | property |
public var cbReportCacheMode:StiComboBoxThis property can be used as the source for data binding.
| rbSharp | property |
public var rbSharp:StiRadioButtonThis property can be used as the source for data binding.
| rbUnitCent | property |
public var rbUnitCent:StiRadioButtonThis property can be used as the source for data binding.
| rbUnitHInch | property |
public var rbUnitHInch:StiRadioButtonThis property can be used as the source for data binding.
| rbUnitInch | property |
public var rbUnitInch:StiRadioButtonThis property can be used as the source for data binding.
| rbUnitMilli | property |
public var rbUnitMilli:StiRadioButtonThis property can be used as the source for data binding.
| rbVb | property |
public var rbVb:StiRadioButtonThis property can be used as the source for data binding.
| report | property |
report:StiReport public function get report():StiReport public function set report(value:StiReport):void| tabNavigator | property |
public var tabNavigator:StiVerticalTabNavigatorThis property can be used as the source for data binding.
| tabNavigatorControl | property |
public var tabNavigatorControl:StiVerticalTabControlThis property can be used as the source for data binding.
| taDescription | property |
public var taDescription:StiTextAreaThis property can be used as the source for data binding.
| tiAlias | property |
public var tiAlias:StiTextInputThis property can be used as the source for data binding.
| tiAuthor | property |
public var tiAuthor:StiTextInputThis property can be used as the source for data binding.
| tiChanged | property |
public var tiChanged:StiTextInputThis property can be used as the source for data binding.
| tiCreated | property |
public var tiCreated:StiTextInputThis property can be used as the source for data binding.
| tiName | property |
public var tiName:StiTextInputThis property can be used as the source for data binding.
| StiReportSetupForm | () | Constructor |
public function StiReportSetupForm()Constructor.
| onOkButtonClickHandler | () | method |
override protected function onOkButtonClickHandler(event:MouseEvent):voidParameters
event:MouseEvent |