Click or drag to resize

StiGroupHeaderBandInvokeBeginRender Method (StiDataBand, Int32)

Raises the BeginRender event for this component.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void InvokeBeginRender(
	StiDataBand dataBand,
	int position
)

Parameters

dataBand
Type: Stimulsoft.Report.ComponentsStiDataBand

[Missing <param name="dataBand"/> documentation for "M:Stimulsoft.Report.Components.StiGroupHeaderBand.InvokeBeginRender(Stimulsoft.Report.Components.StiDataBand,System.Int32)"]

position
Type: SystemInt32

[Missing <param name="position"/> documentation for "M:Stimulsoft.Report.Components.StiGroupHeaderBand.InvokeBeginRender(Stimulsoft.Report.Components.StiDataBand,System.Int32)"]

See Also