Click or drag to resize

StiV2BuilderInternalRender Method

Renders a component. Does not call events of a component while rendering.

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract StiComponent InternalRender(
	StiComponent masterComp
)

Parameters

masterComp
Type: Stimulsoft.Report.ComponentsStiComponent

[Missing <param name="masterComp"/> documentation for "M:Stimulsoft.Report.Engine.StiV2Builder.InternalRender(Stimulsoft.Report.Components.StiComponent)"]

Return Value

Type: StiComponent

[Missing <returns> documentation for "M:Stimulsoft.Report.Engine.StiV2Builder.InternalRender(Stimulsoft.Report.Components.StiComponent)"]

See Also