Click or drag to resize

StiContainerV1Builder Class

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

Inheritance Hierarchy

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

The StiContainerV1Builder type exposes the following members.

Constructors
  NameDescription
Public methodStiContainerV1Builder
Initializes a new instance of the StiContainerV1Builder class
Top
Methods
  NameDescription
Public methodCheckBandsAtBottom
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.
Public methodStatic memberGetClones
Returns a collection of clones.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetRenderContainer
Returns a panel for the component rendering.
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.
Public methodInternalRender
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 StiComponentV1BuilderInternalRender(StiComponent, StiComponent, StiContainer).)
Public methodInternalRenderContainer
Renders a container without invokes events. These methods process bands at bottom.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNextComponent
Move to the next component.
Public methodPrepare
Prepares a component for rendering.
(Overrides StiComponentV1BuilderPrepare(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 events generation into consideration. A rendered component is returned in the renderedComponent argument.
(Inherited from StiComponentV1Builder.)
Public methodRenderContainer
Renders a container without invokes events. This method processes Childs of container. Method calls InternalRenderContainer.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnPrepare
Clears a component after rendering.
(Overrides StiComponentV1BuilderUnPrepare(StiComponent).)
Top
See Also