Share via


SRSReportParameterAttribute.new Method [AX 2012]

Creates a new instance of the SRSReportParameterAttribute class.

Syntax

public void new(ClassName _typeName)

Run On

Called

Parameters

Exceptions

Exception Condition
Error

The value of the _typeName parameter was not specified.

Remarks

The constructor provides a basic version and also provides the ability to override various metadata that is related to a type. If the value of the _parameterName parameter is not provided, the type name is defaulted as the name of the parameter. If the value of the _captionLabelId parameter is not specified, the label of the type is used as the default value. If the value of the _helpLabelId parameter is not specified, the help label of the type is used as the default value. If the value of the _isMultiValue parameter is not set, false is used as the default value.

See Also

Reference

SRSReportParameterAttribute Class