Share via


SrsPrintDestinationTokens.replaceTokens Method [AX 2012]

Expands tokens found in a destination string with their values.

Syntax

protected str replaceTokens(
    str _destType, 
    str _dest, 
    SRSPrintDestinationSettings _settings)

Run On

Called

Parameters

  • _destType
    Type: str
    A string representing the type of report destination.
  • _dest
    Type: str
    A string representing a report destination.

Return Value

Type: str
The destination with tokens replaced by their expanded values.

See Also

Reference

SrsPrintDestinationTokens Class