Click or drag to resize

StiHierarchicalBandV1Builder Class

[Missing <summary> documentation for "T:Stimulsoft.Report.Engine.StiHierarchicalBandV1Builder"]

Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiHierarchicalBandV1Builder : StiDataBandV1Builder

The StiHierarchicalBandV1Builder type exposes the following members.

Constructors
  NameDescription
Public methodStiHierarchicalBandV1Builder
Initializes a new instance of the StiHierarchicalBandV1Builder class
Top
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.
(Inherited from StiDataBandV1Builder.)
Public methodDecFreeSpace (Inherited from StiDataBandV1Builder.)
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.
(Inherited from StiDataBandV1Builder.)
Public methodFirstPassBreak (Inherited from StiDataBandV1Builder.)
Public methodGetDataDetails
Returns a collection of data childs components.
(Inherited from StiDataBandV1Builder.)
Public methodGetDataIsPrepared (Inherited from StiDataBandV1Builder.)
Public methodGetDetails
Returns a collection of childs components.
(Inherited from StiDataBandV1Builder.)
Public methodGetFooters
Returns a collection of footers of an object.
(Inherited from StiDataBandV1Builder.)
Public methodGetFreeSpaceFromComponent (Inherited from StiDataBandV1Builder.)
Public methodGetFreeSpaceFromRectangle (Inherited from StiDataBandV1Builder.)
Public methodGetGroupFooters
Returns a collection of group footers.
(Inherited from StiDataBandV1Builder.)
Public methodGetGroupHeaders
Returns a collection of group headers.
(Inherited from StiDataBandV1Builder.)
Public methodGetGroupLinesCount
Returns count of rows in current groups.
(Inherited from StiDataBandV1Builder.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetHeaders
Returns a collection of headers for the object.
(Inherited from StiDataBandV1Builder.)
Public methodGetSubReports
Returns a collection of SubReport components.
(Inherited from StiDataBandV1Builder.)
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).
(Inherited from StiDataBandV1Builder.)
Public methodIncFreeSpace (Inherited from StiDataBandV1Builder.)
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.
(Inherited from StiDataBandV1Builder.)
Public methodInternalRender(StiDataBand, StiComponent, StiContainer, Boolean)
Band rendering without event.
(Inherited from StiDataBandV1Builder.)
Public methodInternalRenderContainer
Renders a container without invokes events. These methods process bands at bottom.
(Inherited from StiContainerV1Builder.)
Public methodIsPrintIfDetailEmpty (Inherited from StiDataBandV1Builder.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveNext
Moves on the next row.
(Inherited from StiDataBandV1Builder.)
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.
(Inherited from StiDataBandV1Builder.)
Public methodPrepare
Prepares a component for rendering.
(Inherited from StiDataBandV1Builder.)
Protected methodProcessRenderedContainer (Overrides StiDataBandV1BuilderProcessRenderedContainer(StiDataBand, StiContainer).)
Public methodRemoveRenderedHeaders
Removes rendered headers.
(Inherited from StiDataBandV1Builder.)
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.
(Inherited from StiDataBandV1Builder.)
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.
(Inherited from StiDataBandV1Builder.)
Public methodRenderFootersOnAllPagesFirst
Prints footers with the specified option [PrintOnAllPages] (early pass) for to take them their own place.
(Inherited from StiDataBandV1Builder.)
Public methodRenderFootersOnAllPagesSecond
Print footers with the specified option [PrintOnAllPages] (second pass) to take them their own place.
(Inherited from StiDataBandV1Builder.)
Public methodRenderFootersSecond
Print footers with the specified option [PrintOnAllPages](second pass) for to take them their own place.
(Inherited from StiDataBandV1Builder.)
Public methodRenderGroupFooters
Render group footers.
(Inherited from StiDataBandV1Builder.)
Public methodRenderGroupHeaders
Render group headers.
(Inherited from StiDataBandV1Builder.)
Public methodRenderHeaders
Render headers.
(Inherited from StiDataBandV1Builder.)
Public methodRenderItem (Inherited from StiDataBandV1Builder.)
Public methodResetStartNewPageProcessed (Inherited from StiDataBandV1Builder.)
Public methodSecondPassBreak (Inherited from StiDataBandV1Builder.)
Public methodSetData (Inherited from StiDataBandV1Builder.)
Public methodSetDataIsPrepared (Inherited from StiDataBandV1Builder.)
Public methodSetReportVariables (Inherited from StiDataBandV1Builder.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnPrepare
Очищает компонент после рендеринга.
(Inherited from StiDataBandV1Builder.)
Top
See Also