Packagestimulsoft.report.design
Classpublic class StiDesignerFx
InheritanceStiDesignerFx Inheritance mx.containers.Canvas
Implements IStiDesignerBase



Public Properties
 PropertyDefined By
  actions : StiActions
[read-only]
StiDesignerFx
  componentsOnPage : StiComponentsCollection
[read-only] Gets collection of components in current page.
StiDesignerFx
  componentsOnReport : StiComponentsCollection
[read-only] Gets collection of components in current report.
StiDesignerFx
  designerControl : IStiDesignerBase
[read-only]
StiDesignerFx
  info : StiDesignerInfo
[read-only] Gets or sets information which is necessary for the report designer.
StiDesignerFx
  mainApplication : DisplayObject
StiDesignerFx
  previewControl : StiViewerFx
[read-only]
StiDesignerFx
  report : StiReport
StiDesignerFx
  reportDictionaryTree : StiDictionaryTree
[read-only] Дерево словаря данных текужего отчёта
StiDesignerFx
  reportNeverSaved : Boolean
StiDesignerFx
  reportViewer : StiReportViewer
StiDesignerFx
  selectedComponentsOnPage : StiComponentsCollection
[read-only] Gets collection of selected components on current page.
StiDesignerFx
  selectedTextComponentsOnPage : StiComponentsCollection
[read-only] Gets collection of selected text components on current page.
StiDesignerFx
  tableHelper : StiTableHelper
[read-only] Field for help resize columns and rows of selected components
StiDesignerFx
  undoRedo : StiUndoRedoService
[read-only]
StiDesignerFx
Public Methods
 MethodDefined By
  
StiDesignerFx
  
assignReport(report:StiReport):void
StiDesignerFx
  
close():void
Close the report designer
StiDesignerFx
  
StiDesignerFx
  
StiDesignerFx
  
initialize():void
[static]
StiDesignerFx
  
loadReportTemplate(xml:XMLNode):void
Загрузка шаблона отчёта
StiDesignerFx
  
refresh():void
StiDesignerFx
  
showObjectProperties(object:*, showPropertyGrid:Boolean = true):void
StiDesignerFx
  
StiDesignerFx
  
undoRedoSave(name:String, onlyCurrentPage:Boolean = false):void
StiDesignerFx
  
Обновление состояния дизайнера
StiDesignerFx
  
xToPage(x:int):Number
StiDesignerFx
  
yToPage(y:int):Number
StiDesignerFx
Protected Methods
 MethodDefined By
  
[override]
StiDesignerFx
Events
 Event Summary Defined By
  StiDesignerFx
  StiDesignerFx
  StiDesignerFx
Property Detail
actionsproperty
actions:StiActions  [read-only]


Implementation
    public function get actions():StiActions
componentsOnPageproperty 
componentsOnPage:StiComponentsCollection  [read-only]

Gets collection of components in current page.


Implementation
    public function get componentsOnPage():StiComponentsCollection
componentsOnReportproperty 
componentsOnReport:StiComponentsCollection  [read-only]

Gets collection of components in current report.


Implementation
    public function get componentsOnReport():StiComponentsCollection
designerControlproperty 
designerControl:IStiDesignerBase  [read-only]


Implementation
    public function get designerControl():IStiDesignerBase
dividedBoxproperty 
sti_internal var dividedBox:HDividedBox

infoproperty 
info:StiDesignerInfo  [read-only]

Gets or sets information which is necessary for the report designer.


Implementation
    public function get info():StiDesignerInfo
mainApplicationproperty 
mainApplication:DisplayObject


Implementation
    public function get mainApplication():DisplayObject
    public function set mainApplication(value:DisplayObject):void
mainButton2013property 
sti_internal var mainButton2013:StiMainButton2013

previewControlproperty 
previewControl:StiViewerFx  [read-only]


Implementation
    public function get previewControl():StiViewerFx
previewFileTabproperty 
sti_internal var previewFileTab:StiTabNavigatorTab

previewTabNavigatorproperty 
sti_internal var previewTabNavigator:StiTabNavigator

reportproperty 
report:StiReport


Implementation
    public function get report():StiReport
    public function set report(value:StiReport):void
reportDictionaryTreeproperty 
reportDictionaryTree:StiDictionaryTree  [read-only]

Дерево словаря данных текужего отчёта


Implementation
    public function get reportDictionaryTree():StiDictionaryTree
reportNeverSavedproperty 
reportNeverSaved:Boolean


Implementation
    public function get reportNeverSaved():Boolean
    public function set reportNeverSaved(value:Boolean):void
reportViewerproperty 
reportViewer:StiReportViewer


Implementation
    public function get reportViewer():StiReportViewer
    public function set reportViewer(value:StiReportViewer):void
ribbonPanelNewComponentsproperty 
sti_internal var ribbonPanelNewComponents:StiNewComponentsRibbonPanel

ribbonPanelPreviewFileproperty 
sti_internal var ribbonPanelPreviewFile:StiPreviewFileRibbonPanel

ribbonPanelPreviewPanelsproperty 
sti_internal var ribbonPanelPreviewPanels:StiPreviewPanelsRibbonPanel

ribbonPanelPreviewToolsproperty 
sti_internal var ribbonPanelPreviewTools:StiPreviewToolsRibbonPanel

ribbonPanelPreviewViewproperty 
sti_internal var ribbonPanelPreviewView:StiPreviewViewRibbonPanel

rightTabproperty 
sti_internal var rightTab:StiTabNavigator

selectedComponentsOnPageproperty 
selectedComponentsOnPage:StiComponentsCollection  [read-only]

Gets collection of selected components on current page.


Implementation
    public function get selectedComponentsOnPage():StiComponentsCollection
selectedTextComponentsOnPageproperty 
selectedTextComponentsOnPage:StiComponentsCollection  [read-only]

Gets collection of selected text components on current page.


Implementation
    public function get selectedTextComponentsOnPage():StiComponentsCollection
statusBarproperty 
sti_internal var statusBar:StiStatusBar

tableHelperproperty 
tableHelper:StiTableHelper  [read-only]

Field for help resize columns and rows of selected components


Implementation
    public function get tableHelper():StiTableHelper
tabNavigatorproperty 
sti_internal var tabNavigator:StiTabNavigator

undoRedoproperty 
undoRedo:StiUndoRedoService  [read-only]


Implementation
    public function get undoRedo():StiUndoRedoService
upperBarproperty 
sti_internal var upperBar:StiUpperBar

Constructor Detail
StiDesignerFx()Constructor
public function StiDesignerFx()



Method Detail
assignReport()method
public function assignReport(report:StiReport):void

Parameters

report:StiReport

close()method 
public function close():void

Close the report designer

createChildren()method 
override protected function createChildren():void

getCurrentPageView()method 
public function getCurrentPageView():StiPageViewer

Returns
StiPageViewer
getSelected()method 
public function getSelected():StiComponentsCollection

Returns
StiComponentsCollection
initialize()method 
public static function initialize():void

loadReportTemplate()method 
public function loadReportTemplate(xml:XMLNode):void

Загрузка шаблона отчёта

Parameters

xml:XMLNode

refresh()method 
public function refresh():void

showObjectProperties()method 
public function showObjectProperties(object:*, showPropertyGrid:Boolean = true):void

Parameters

object:*
 
showPropertyGrid:Boolean (default = true)

showReportCheckerBaloon()method 
public function showReportCheckerBaloon():void

undoRedoSave()method 
public function undoRedoSave(name:String, onlyCurrentPage:Boolean = false):void

Parameters

name:String
 
onlyCurrentPage:Boolean (default = false)

updateConfig()method 
public function updateConfig():void

Обновление состояния дизайнера

xToPage()method 
public function xToPage(x:int):Number

Parameters

x:int

Returns
Number
yToPage()method 
public function yToPage(y:int):Number

Parameters

y:int

Returns
Number
Event Detail
exit Event
Event Object Type: stimulsoft.report.design.events.StiDesignerEvent

openReport Event  
Event Object Type: stimulsoft.report.design.events.StiDesignerEvent

saveReport Event  
Event Object Type: stimulsoft.report.design.events.StiDesignerEvent