SrsReportRunInterface.parmIsInBatch Method [AX 2012]

Gets or sets a value that indicates whether the report is running inside a batch job.

Syntax

public boolean parmIsInBatch([boolean _isInBatch])

Run On

Called

Parameters

  • _isInBatch
    Type: boolean
    A Boolean value to set that indicates whether the report is running inside a batch job; optional.

Return Value

Type: boolean
A Boolean value that indicates whether the report is running inside a batch job.

See Also

Reference

SrsReportRunInterface Interface