Class StiContainerV2Builder
java.lang.Object
com.stimulsoft.report.engine.StiBuilder
com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
com.stimulsoft.report.engine.engineV2.builders.StiComponentV2Builder
com.stimulsoft.report.engine.engineV2.builders.StiContainerV2Builder
- Direct Known Subclasses:
StiBandV2Builder,StiCloneV2Builder,StiCrossTabV2Builder,StiPageV2Builder,StiSubReportV2Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StiContainerReturns a panel for the component rendering.InternalRender(StiComponent masterComp) Renders a component.Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiComponentV2Builder
Prepare, Render, SetReportVariables, UnPrepareMethods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
GetBuilder
-
Constructor Details
-
StiContainerV2Builder
public StiContainerV2Builder()
-
-
Method Details
-
GetRenderContainer
Returns a panel for the component rendering.- Parameters:
comp- The component that is a base for a component preparation.- Returns:
- Panel for rendering.
-
InternalRender
Description copied from class:StiV2BuilderRenders a component. Does not call events of a component while rendering.- Overrides:
InternalRenderin classStiComponentV2Builder- Parameters:
masterComp-- Returns:
-