Share via


TaxReportFormatter_IT.getSubsectionCountNext Method [AX 2012]

Gets the the next subsection count through the whole report for the given line type and section type.

Syntax

public int getSubsectionCountNext(str _lineType, str _sectionType)

Run On

Called

Parameters

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

Return Value

Type: int
Subsection count for the given line type and section type.

See Also

Reference

TaxReportFormatter_IT Class