Share via


TaxReportDomesticExport_IT.getSubsectionCount Method [AX 2012]

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.

See Also

Reference

TaxReportDomesticExport_IT Class