Package | stimulsoft.report.components.interfaces |
Interface | public interface IStiBusinessObject |
Implementors | StiChart, StiCrossTab, StiDataBand |
Property | Defined 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 |
businessObject | property |
businessObject:StiBusinessObject
[read-only] Gets Business Object.
public function get businessObject():StiBusinessObject
businessObjectGuid | property |
businessObjectGuid:String
Gets or sets the guid of Business Object.
public function get businessObjectGuid():String
public function set businessObjectGuid(value:String):void
isBusinessObjectEmpty | property |
isBusinessObjectEmpty:Boolean
[read-only] Returns true if Business Object property is not assigned.
public function get isBusinessObjectEmpty():Boolean