Click or drag to resize

StiDataBandV1BuilderInternalRender Method (StiDataBand, StiComponent, StiContainer, Boolean)

Band rendering without event.

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual bool InternalRender(
	StiDataBand masterDataBand,
	ref StiComponent renderedComponent,
	StiContainer outContainer,
	bool value
)

Parameters

masterDataBand
Type: Stimulsoft.Report.ComponentsStiDataBand

[Missing <param name="masterDataBand"/> documentation for "M:Stimulsoft.Report.Engine.StiDataBandV1Builder.InternalRender(Stimulsoft.Report.Components.StiDataBand,Stimulsoft.Report.Components.StiComponent@,Stimulsoft.Report.Components.StiContainer,System.Boolean)"]

renderedComponent
Type: Stimulsoft.Report.ComponentsStiComponent
Rendered component.
outContainer
Type: Stimulsoft.Report.ComponentsStiContainer
The panel in which rendering will be done.
value
Type: SystemBoolean

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Engine.StiDataBandV1Builder.InternalRender(Stimulsoft.Report.Components.StiDataBand,Stimulsoft.Report.Components.StiComponent@,Stimulsoft.Report.Components.StiContainer,System.Boolean)"]

Return Value

Type: Boolean
Is rendering finished or not?
See Also