RunBaseBatchPrintableDialog.runBase Method [AX 2012]

Returns the RunBase itself.

Syntax

public RunBase runBase()

Run On

Client

Return Value

Type: RunBase Class
The RunBase.

Remarks

This method should not usually be overridden. An exception could be to return an inheritance of RunBase to be able to call the methods that only are in this class.

Examples

object genericObj; 
 
if (genericObj.runBase()) 
{ 
    // ... 
}

See Also

Reference

RunBaseBatchPrintableDialog Class