SrsPrintDestinationTokens.replaceTokens Method [AX 2012]

Expands tokens found in a destination string with their values.

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.
_settings
Type: SRSPrintDestinationSettings Class
Printer destination settings.

Return Value

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

Community Additions

ADD
Show: