StiComponentV2Builder Class
Namespace: Stimulsoft.Report.Engine
Inheritance
Inherits from: StiV2Builder
Methods
| Method | Returns | Description |
|---|---|---|
| InternalRender | StiComponent | |
| Prepare | void | Prepares a component for rendering. |
| Render | StiComponent | |
| SetReportVariables | void | Sets system variables which are specific for the specified component. |
| UnPrepare | void | Clears a component after rendering. |
Method Details
InternalRender
InternalRender(masterComp: StiComponent): StiComponent
Parameters
- masterComp (StiComponent)
Returns StiComponent
Prepare
Prepare(masterComp: StiComponent): void
Prepares a component for rendering.
Parameters
- masterComp (StiComponent)
Render
Render(masterComp: StiComponent): StiComponent
Parameters
- masterComp (StiComponent)
Returns StiComponent
SetReportVariables
SetReportVariables(masterComp: StiComponent): void
Sets system variables which are specific for the specified component.
Parameters
- masterComp (StiComponent)
UnPrepare
UnPrepare(masterComp: StiComponent): void
Clears a component after rendering.
Parameters
- masterComp (StiComponent)