Click or drag to resize

StiDataBandV1Builder Methods

The StiDataBandV1Builder type exposes the following members.

Methods
  NameDescription
Public methodCheckBandsAtBottom (Inherited from StiContainerV1Builder.)
Public methodCheckFreeSpace
Checks availability of free space in the container. And adds it, if it may check availability of free space in the container.
Public methodDecFreeSpace
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFirstComponent
Move to the first component.
(Inherited from StiContainerV1Builder.)
Public methodFirstDetail
Comes on the first detail component. If there are no such components then sets the current detail component to null.
Public methodFirstPassBreak
Public methodGetDataDetails
Returns a collection of data childs components.
Public methodGetDataIsPrepared
Public methodGetDetails
Returns a collection of childs components.
Public methodGetFooters
Returns a collection of footers of an object.
Public methodGetFreeSpaceFromComponent
Public methodGetFreeSpaceFromRectangle
Public methodGetGroupFooters
Returns a collection of group footers.
Public methodGetGroupHeaders
Returns a collection of group headers.
Public methodGetGroupLinesCount
Returns count of rows in current groups.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHeaders
Returns a collection of headers for the object.
Public methodGetSubReports
Returns a collection of SubReport components.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGroupsComparison
All GroupFooters are placed on their GroupHeader(is set property - Header).
Public methodIncFreeSpace
Public methodInternalCoreRenderContainer
Renders a container in the specified place. This is a basic method of container rendering.
(Inherited from StiContainerV1Builder.)
Public methodInternalRender(StiComponent, StiComponent, StiContainer)
Renders a component in the specified container without taking generation of BeforePrintEvent and AfterPrintEvent into consideration and without taking Conditions into consideration. A rendered component is returned in the renderedComponent argument.
(Overrides StiBandV1BuilderInternalRender(StiComponent, StiComponent, StiContainer).)
Public methodInternalRender(StiDataBand, StiComponent, StiContainer, Boolean)
Band rendering without event.
Public methodInternalRenderContainer
Renders a container without invokes events. These methods process bands at bottom.
(Inherited from StiContainerV1Builder.)
Public methodStatic memberIsDetailDataSourcesEmpty
Gets value indicates that all detail components are empty.
Public methodIsPrintIfDetailEmpty
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveNext
Moves on the next row.
Public methodNextComponent
Move to the next component.
(Inherited from StiContainerV1Builder.)
Public methodNextDetail
Comes on the first detail component. If there are no such components then sets the current subordinate component to null.
Public methodPrepare
Prepares a component for rendering.
(Overrides StiContainerV1BuilderPrepare(StiComponent).)
Protected methodProcessRenderedContainer
Public methodRemoveRenderedHeaders
Removes rendered headers.
Public methodRender(StiComponent, StiContainer)
Renders a component in the specified container with taking events generation into consideration.
(Inherited from StiComponentV1Builder.)
Public methodRender(StiComponent, StiComponent, StiContainer)
Renders a component in the specified container with taking events generation into consideration. The rendered component is returned in the renderedComponent argument.
(Overrides StiComponentV1BuilderRender(StiComponent, StiComponent, StiContainer).)
Public methodRenderContainer
Renders a container without invokes events. This method processes Childs of container. Method calls InternalRenderContainer.
(Inherited from StiContainerV1Builder.)
Public methodRenderDetails
Render detail components.
Public methodRenderFootersOnAllPagesFirst
Prints footers with the specified option [PrintOnAllPages] (early pass) for to take them their own place.
Public methodRenderFootersOnAllPagesSecond
Print footers with the specified option [PrintOnAllPages] (second pass) to take them their own place.
Public methodRenderFootersSecond
Print footers with the specified option [PrintOnAllPages](second pass) for to take them their own place.
Public methodRenderGroupFooters
Render group footers.
Public methodRenderGroupHeaders
Render group headers.
Public methodRenderHeaders
Render headers.
Public methodRenderItem
Public methodResetStartNewPageProcessed
Public methodSecondPassBreak
Public methodSetData
Public methodSetDataIsPrepared
Public methodStatic memberSetDetails
Sets detail.
Public methodSetReportVariables
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnPrepare
Очищает компонент после рендеринга.
(Overrides StiContainerV1BuilderUnPrepare(StiComponent).)
Top
See Also