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