Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the current or the next subsection count through the whole report for the given line type and section type.
Syntax
protected int getSubsectionCount(
str _lineType,
str _sectionType,
[boolean _forceNext])
Run On
Called
Parameters
- _lineType
Type: str
The line type.
- _sectionType
Type: str
The section type.
- _forceNext
Type: boolean
Pass false, if the current number of subsections should be returned; true if subsection counter should be incremented.
Return Value
Type: int
The number of subsections for the given line type and section type.