Share via


WMSWorkloadWebpartDP.generateImageName Method [AX 2012]

Retrieves the name of the image to be displayed on the report.

Syntax

protected str generateImageName(
    InventDirection _inventDirection, 
    str _color, 
    boolean _backlog)

Run On

Server

Parameters

  • _color
    Type: str
    The color value.
  • _backlog
    Type: boolean
    A value that indicates whether to show the backlog indicator on the icon.

Return Value

Type: str
The name of the image to be displayed on the report.

See Also

Reference

WMSWorkloadWebpartDP Class