Share via


TaxReport770Writer_IT Class [AX 2012]

Syntax

class TaxReport770Writer_IT

Run On

Called

Methods

  Method Description
Hh150832.privmethod(en-us,AX.60).gif callerNextLine
Hh150832.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh150832.privmethod(en-us,AX.60).gif cleanupStr
Hh150832.pubmethod(en-us,AX.60).gif close
Hh150832.pubmethod(en-us,AX.60).gif closeFileStoreManager Closes the file storage manager.
Hh150832.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh150832.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh150832.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh150832.pubmethod(en-us,AX.60).gif new
Hh150832.pubmethod(en-us,AX.60).gif nextLine
Hh150832.pubmethod(en-us,AX.60).gif nextLinePostWrite Perform the post-write actions on the report line.
Hh150832.pubmethod(en-us,AX.60).gif nextLinePreWrite Prepare the line for writing into the file.
Hh150832.privmethod(en-us,AX.60).gif nextNonPosValueExceedsMaxLineLength
Hh150832.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Hh150832.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Hh150832.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh150832.protmethod(en-us,AX.60).gif openFile Opens a file for writing.
Hh150832.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh150832.pubmethod(en-us,AX.60).gif parmCaller Gets or sets the Caller parameter.
Hh150832.pubmethod(en-us,AX.60).gif setRecordType
Hh150832.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh150832.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh150832.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Hh150832.pubmethod(en-us,AX.60).gif validateWriteNonPos Validates if the non-positional field should be written.
Hh150832.pubmethod(en-us,AX.60).gif validateWritePos Checks if the position and the length of the value of the positional field do not violate the report structure.
Hh150832.privmethod(en-us,AX.60).gif valueDate
Hh150832.pubmethod(en-us,AX.60).gif valuePosCB Formats the field value according to positional CB format.
Hh150832.pubmethod(en-us,AX.60).gif valuePosNU Formats the field value according to positional NU format.
Hh150832.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh150832.pubmethod(en-us,AX.60).gif write Writes the report line into the file.
Hh150832.pubmethod(en-us,AX.60).gif writeNonPos Writes a non-positional field.
Hh150832.pubmethod(en-us,AX.60).gif writeNonPosAN Writes _value into zero or more of the non-positional text fields.
Hh150832.pubmethod(en-us,AX.60).gif writeNonPosCB
Hh150832.pubmethod(en-us,AX.60).gif writeNonPosCF
Hh150832.pubmethod(en-us,AX.60).gif writeNonPosD4 Writes the non-positional date field formatted as ddmm.
Hh150832.pubmethod(en-us,AX.60).gif writeNonPosD6
Hh150832.pubmethod(en-us,AX.60).gif writeNonPosDA
Hh150832.pubmethod(en-us,AX.60).gif writeNonPosDT Writes the non-positional date field formatted as ddmmyyyy.
Hh150832.pubmethod(en-us,AX.60).gif writeNonPosNP
Hh150832.pubmethod(en-us,AX.60).gif writeNonPosNx Writes the non-positional numeric field formatted as numeral (no decimals, special rounding rules).
Hh150832.pubmethod(en-us,AX.60).gif writeNonPosPC Writes the non-positional numeric field formatted as percent (max 3 decimals, no percent sign).
Hh150832.pubmethod(en-us,AX.60).gif writeNonPosPR
Hh150832.pubmethod(en-us,AX.60).gif writeNonPosQU Writes the non-positional numeric field with maximal number of decimals specified.
Hh150832.protmethod(en-us,AX.60).gif writeNonPosValue
Hh150832.pubmethod(en-us,AX.60).gif writePosAN
Hh150832.pubmethod(en-us,AX.60).gif writePosANPhoneNum
Hh150832.pubmethod(en-us,AX.60).gif writePosBlank
Hh150832.pubmethod(en-us,AX.60).gif writePosCB
Hh150832.pubmethod(en-us,AX.60).gif writePosCF
Hh150832.pubmethod(en-us,AX.60).gif writePosCN
Hh150832.pubmethod(en-us,AX.60).gif writePosCNStr
Hh150832.pubmethod(en-us,AX.60).gif writePosD6
Hh150832.pubmethod(en-us,AX.60).gif writePosDA Writes the positional date field formatted as yyyy.
Hh150832.pubmethod(en-us,AX.60).gif writePosDT
Hh150832.pubmethod(en-us,AX.60).gif writePosNU
Hh150832.pubmethod(en-us,AX.60).gif writePosNUStr
Hh150832.pubmethod(en-us,AX.60).gif writePosPR
Hh150832.protmethod(en-us,AX.60).gif writePosValue Inserts positional field into the report line.
Hh150832.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Hh150832.pubmethod(en-us,AX.60).gif Hh150832.static(en-us,AX.60).gif ::newFromFile Creates a new report writer.

Top

Inheritance Hierarchy

Object Class
  TaxReport770Writer_IT Class
    TaxReport770WriterNoFile_IT Class