Share via


TaxReportDomesticExport_IT.setSubsectionNum Method [AX 2012]

Forces the current number of subsection.

Syntax

protected void setSubsectionNum(
    str _lineType, 
    str _sectionType, 
    int _subSectionNum)

Run On

Called

Parameters

  • _lineType
    Type: str
    The report line type.
  • _sectionType
    Type: str
    The section type.
  • _subSectionNum
    Type: int
    The new subsection number.

See Also

Reference

TaxReportDomesticExport_IT Class