Share via


InventValueReportPopulateLedger.getDimensionSetValue Method [AX 2012]

Gets a printable value for the given dimension set.

Syntax

protected String30 getDimensionSetValue(
    container _dimensionSetList, 
    MainAccountNum _mainAccountId, 
    DimensionValue _dimensionValue)

Run On

Server

Parameters

  • _dimensionSetList
    Type: container
    A container that contains a list of dimensions to print.

Return Value

Type: String30 Extended Data Type
A printable string value for the given dimension set.

See Also

Reference

InventValueReportPopulateLedger Class