Packagestimulsoft.report.components.interfaces
Interfacepublic interface IStiBusinessObject
Implementors StiChart, StiCrossTab, StiDataBand



Public Properties
 PropertyDefined By
  businessObject : StiBusinessObject
[read-only] Gets Business Object.
IStiBusinessObject
  businessObjectGuid : String
Gets or sets the guid of Business Object.
IStiBusinessObject
  isBusinessObjectEmpty : Boolean
[read-only] Returns true if Business Object property is not assigned.
IStiBusinessObject
Property Detail
businessObjectproperty
businessObject:StiBusinessObject  [read-only]

Gets Business Object.


Implementation
    public function get businessObject():StiBusinessObject
businessObjectGuidproperty 
businessObjectGuid:String

Gets or sets the guid of Business Object.


Implementation
    public function get businessObjectGuid():String
    public function set businessObjectGuid(value:String):void
isBusinessObjectEmptyproperty 
isBusinessObjectEmpty:Boolean  [read-only]

Returns true if Business Object property is not assigned.


Implementation
    public function get isBusinessObjectEmpty():Boolean