SRSReportParameter.toCultureSpecificString Method [AX 2012]

Converts the report value into the current local format.

Syntax

public str toCultureSpecificString()

Run On

Called

Return Value

Type: str
A string representation of the report value in the current local format.

Remarks

This method is used to build valid parameters for Reporting Services reporting URLs. For example, the real number 1234.56 converts to 1234,56 if the local format is Danish. The utcDatetime ISO format 2007-07-20T13:45:00 converts to 20-07-2007 13:45:00 if the local format is Danish.

See Also

Reference

SRSReportParameter Class