| Package | stimulsoft.report.options |
| Class | public class StiViewerOptions |
| Inheritance | StiViewerOptions Object |
| Implements | IStiSerializable |
| Property | Defined 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 | ||
| appearance | property |
appearance:StiAppearanceOptions public function get appearance():StiAppearanceOptions public function set appearance(value:StiAppearanceOptions):void| defaultEmail | property |
defaultEmail:StringThe Email address which will be displayed by default in the Email dialog form. Allowed to use report variables.
public function get defaultEmail():String public function set defaultEmail(value:String):void| exitOnServer | property |
exitOnServer:BooleanЕсли установлено true, то будет использоваться событие сервера при использовании Exit. Иначе будет осуществлён переход по URL адресу, указанному в свойстве exitUrl.
sti_internal function get exitOnServer():Boolean sti_internal function set exitOnServer(value:Boolean):void| exitUrl | property |
exitUrl:StringThe URL address, by which transfer will be done when clicking the Exit button of the report viewer toolbar.
public function get exitUrl():String public function set exitUrl(value:String):void| exports | property |
exports:StiExportsOptions public function get exports():StiExportsOptions public function set exports(value:StiExportsOptions):void| title | property |
title:StringThe viewer window title.
public function get title():String public function set title(value:String):void| toolbar | property |
toolbar:StiToolbarOptions public function get toolbar():StiToolbarOptions public function set toolbar(value:StiToolbarOptions):void