Share via


TaxReportFormatter_IT.getSubsectionNum Method [AX 2012]

Calculates the current subsection number for the given line type and section type.

Syntax

protected int getSubsectionNum(str _lineType, str _sectionType)

Run On

Called

Parameters

  • _lineType
    Type: str
    The line type.
  • _sectionType
    Type: str
    The section type.

Return Value

Type: int
The subsection number for the given line type and section type.

See Also

Reference

TaxReportFormatter_IT Class