Packagestimulsoft.report.options
Classpublic class StiViewerOptions
InheritanceStiViewerOptions Inheritance Object
Implements IStiSerializable



Public Properties
 PropertyDefined By
  appearance : StiAppearanceOptions
StiViewerOptions
  defaultEmail : String
The Email address which will be displayed by default in the Email dialog form.
StiViewerOptions
  exitUrl : String
The URL address, by which transfer will be done when clicking the Exit button of the report viewer toolbar.
StiViewerOptions
  exports : StiExportsOptions
StiViewerOptions
  title : String
The viewer window title.
StiViewerOptions
  toolbar : StiToolbarOptions
StiViewerOptions
Property Detail
appearanceproperty
appearance:StiAppearanceOptions


Implementation
    public function get appearance():StiAppearanceOptions
    public function set appearance(value:StiAppearanceOptions):void
defaultEmailproperty 
defaultEmail:String

The Email address which will be displayed by default in the Email dialog form. Allowed to use report variables.


Implementation
    public function get defaultEmail():String
    public function set defaultEmail(value:String):void
exitOnServerproperty 
exitOnServer:Boolean

Если установлено true, то будет использоваться событие сервера при использовании Exit. Иначе будет осуществлён переход по URL адресу, указанному в свойстве exitUrl.


Implementation
    sti_internal function get exitOnServer():Boolean
    sti_internal function set exitOnServer(value:Boolean):void
exitUrlproperty 
exitUrl:String

The URL address, by which transfer will be done when clicking the Exit button of the report viewer toolbar.


Implementation
    public function get exitUrl():String
    public function set exitUrl(value:String):void
exportsproperty 
exports:StiExportsOptions


Implementation
    public function get exports():StiExportsOptions
    public function set exports(value:StiExportsOptions):void
titleproperty 
title:String

The viewer window title.


Implementation
    public function get title():String
    public function set title(value:String):void
toolbarproperty 
toolbar:StiToolbarOptions


Implementation
    public function get toolbar():StiToolbarOptions
    public function set toolbar(value:StiToolbarOptions):void