Click or drag to resize

StiDataBandV1BuilderGetGroupLinesCount Method

Returns count of rows in current groups.

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public int GetGroupLinesCount(
	StiDataBand masterDataBand,
	StiGroupHeaderBand band
)

Parameters

masterDataBand
Type: Stimulsoft.Report.ComponentsStiDataBand

[Missing <param name="masterDataBand"/> documentation for "M:Stimulsoft.Report.Engine.StiDataBandV1Builder.GetGroupLinesCount(Stimulsoft.Report.Components.StiDataBand,Stimulsoft.Report.Components.StiGroupHeaderBand)"]

band
Type: Stimulsoft.Report.ComponentsStiGroupHeaderBand

[Missing <param name="band"/> documentation for "M:Stimulsoft.Report.Engine.StiDataBandV1Builder.GetGroupLinesCount(Stimulsoft.Report.Components.StiDataBand,Stimulsoft.Report.Components.StiGroupHeaderBand)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Stimulsoft.Report.Engine.StiDataBandV1Builder.GetGroupLinesCount(Stimulsoft.Report.Components.StiDataBand,Stimulsoft.Report.Components.StiGroupHeaderBand)"]

See Also