Share via


SalesTaxDeclarationInfoItemizedExcel_HU.getNumberOfPartners Method [AX 2012]

Calculates number of partners.

Syntax

public int getNumberOfPartners(
    container _sectionNoCon, 
   [boolean _exceedsTheLimit, 
    boolean _all])

Run On

Client

Parameters

  • _sectionNoCon
    Type: container
    Container with numbers of pages to analyze.
  • _exceedsTheLimit
    Type: boolean
    Parameter showing whether to include data which exceeds or doesn't exceed the limit, defined in the tax parameters.
  • _all
    Type: boolean
    Parameter showing whether to include all data (both which exceeds and doesn't exceed the limit). If it is = true, "_exceedsTheLimit" parameter is ignored.

Return Value

Type: int
The quantity of partners.

See Also

Reference

SalesTaxDeclarationInfoItemizedExcel_HU Class