Click or drag to resize

IStiBusinessObject Interface

Inteface describes a business object in the component.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public interface IStiBusinessObject : IStiEnumerator

The IStiBusinessObject type exposes the following members.

Properties
  NameDescription
Public propertyBusinessObject
Gets Business Object.
Public propertyBusinessObjectGuid
Gets or sets the guid of Business Object.
Public propertyCount
Gets count of elements.
(Inherited from IStiEnumerator.)
Public propertyIsBof
Gets or sets value indicates that this position specifies to the beginning of data.
(Inherited from IStiEnumerator.)
Public propertyIsBusinessObjectEmpty
Returns true if Business Object property is not assigned.
Public propertyIsEmpty
Gets value indicates that no data.
(Inherited from IStiEnumerator.)
Public propertyIsEof
Gets or sets value indicates that this position specifies to the data end.
(Inherited from IStiEnumerator.)
Public propertyPosition
Gets the current position.
(Inherited from IStiEnumerator.)
Top
Methods
  NameDescription
Public methodFirst
Sets a position at the beginning.
(Inherited from IStiEnumerator.)
Public methodLast
Sets a position on the last element.
(Inherited from IStiEnumerator.)
Public methodNext
Sets a position on the next element.
(Inherited from IStiEnumerator.)
Public methodPrior
Sets a position on the previous element.
(Inherited from IStiEnumerator.)
Top
See Also