RunBaseReport.lastValueElementName Method [AX 2012]

Returns the name of the report in the Application Object Tree (AOT) that will be used.

Syntax

public abstract IdentifierName lastValueElementName()

Run On

Called

Return Value

Type: IdentifierName Extended Data Type
The name of the report in the AOT that will be used.

Remarks

Your implementation of this method should return the name of the report in the AOT that will be used.

Examples

public identifiername lastValueElementName() 
{ 
    return reportStr(PurchEUVatInvoice); 
}

See Also

RunBaseReport Class

SysSaveable.lastValueElementName Method