SRSReportParameter.dataType Method [AX 2012]

Gets or sets the Reporting Services data type property for the parameter.

Syntax

public str dataType([str value])

Run On

Called

Parameters

  • value
    Type: str
    The new value of the Reporting Services data type property; optional.

Return Value

Type: str
The current value of the Reporting Services data type property.

Exceptions

Exception Condition
Error

The value parameter must be of type String, Datetime, Boolean, Integer, or Float.

See Also

Reference

SRSReportParameter Class