SrsReportRunController.parmPrintDestinationTokens Method [AX 2012]

Gets or sets the PrintDestinationTokens parameter.

Syntax

public SrsPrintDestinationTokens parmPrintDestinationTokens([SrsPrintDestinationTokens _destinationTokens])

Run On

Called

Parameters

Return Value

Type: SrsPrintDestinationTokens Class
The value of the PrintDestinationTokens parameter.

Remarks

The default token type will be used if no value is set on the first call or if the value is set to null. The value returned in this case is determined by the code: SrsPrintDestinationTokens::constructByTokenType(SrsPrintDestinationTokens::defaultTokenType()).

See Also

Reference

SrsReportRunController Class