Share via


IntrastatExportWriter_IT.writePeriodOfReporting Method [AX 2012]

Writes a period of reporting value.

Syntax

public void writePeriodOfReporting(
    PeriodOfReporting _periodOfReporting, 
    int _startPos, 
    int _length)

Run On

Called

Parameters

  • _startPos
    Type: int
    The requested starting position of the value on the current line of the writer output.
  • _length
    Type: int
    The number of characters that the file format should allocate for the value that is written.

Remarks

The character 'M' is used for monthly reporting.

The character 'T' is used for quarterly reporting.

See Also

Reference

IntrastatExportWriter_IT Class