Click or drag to resize

StiFooterBandV1Builder Class

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

Inheritance Hierarchy

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

The StiFooterBandV1Builder type exposes the following members.

Constructors
  NameDescription
Public methodStiFooterBandV1Builder
Initializes a new instance of the StiFooterBandV1Builder class
Top
Methods
  NameDescription
Public methodCheckBandsAtBottom (Inherited from StiContainerV1Builder.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetMaster
Returns the Master component of an object.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInternalCoreRenderContainer
Renders a container in the specified place. This is a basic method of container rendering.
(Inherited from StiContainerV1Builder.)
Public methodInternalRender
Renders a component in the specified container without taking generation of BeforePrintEvent and AfterPrintEvent events into consideration and without taking Conditions into consideration. Rendered component is returned in the renderedComponent.
(Overrides StiBandV1BuilderInternalRender(StiComponent, StiComponent, StiContainer).)
Public methodInternalRenderContainer
Renders a container without invokes events. These methods process bands at bottom.
(Inherited from StiContainerV1Builder.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNextComponent
Move to the next component.
(Inherited from StiContainerV1Builder.)
Public methodPrepare
Prepares a component for rendering.
(Overrides StiContainerV1BuilderPrepare(StiComponent).)
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 generation of events into consideration. A 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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnPrepare
Clears a component after rendering.
(Inherited from StiContainerV1Builder.)
Top
See Also