Packagestimulsoft.report.options.designer
Classpublic class StiToolbarOptions
InheritanceStiToolbarOptions Inheritance Object
Implements IStiSerializable



Public Properties
 PropertyDefined By
  showAboutButton : Boolean
StiToolbarOptions
  showCodeTab : Boolean
Gets or sets a value indicating to show or to hide Code Tab of the report designer.
StiToolbarOptions
  showDictionaryTab : Boolean
StiToolbarOptions
  showEventsTab : Boolean
StiToolbarOptions
  showPreviewReportTab : Boolean
Gets or sets a value, which shows or hides a Preview Tab in the report designer.
StiToolbarOptions
  showSelectLanguage : Boolean
StiToolbarOptions
  zoom : int
StiToolbarOptions
Property Detail
showAboutButtonproperty
showAboutButton:Boolean


Implementation
    public function get showAboutButton():Boolean
    public function set showAboutButton(value:Boolean):void
showCodeTabproperty 
showCodeTab:Boolean

Gets or sets a value indicating to show or to hide Code Tab of the report designer.


Implementation
    public function get showCodeTab():Boolean
    public function set showCodeTab(value:Boolean):void
showDictionaryTabproperty 
showDictionaryTab:Boolean


Implementation
    public function get showDictionaryTab():Boolean
    public function set showDictionaryTab(value:Boolean):void
showEventsTabproperty 
showEventsTab:Boolean


Implementation
    public function get showEventsTab():Boolean
    public function set showEventsTab(value:Boolean):void
showPreviewReportTabproperty 
showPreviewReportTab:Boolean

Gets or sets a value, which shows or hides a Preview Tab in the report designer.


Implementation
    public function get showPreviewReportTab():Boolean
    public function set showPreviewReportTab(value:Boolean):void
showSelectLanguageproperty 
showSelectLanguage:Boolean


Implementation
    public function get showSelectLanguage():Boolean
    public function set showSelectLanguage(value:Boolean):void
zoomproperty 
zoom:int


Implementation
    public function get zoom():int
    public function set zoom(value:int):void
zoomModeproperty 
zoomMode:String


Implementation
    sti_internal function get zoomMode():String
    sti_internal function set zoomMode(value:String):void