SRSReportParameter.isDependedOn Method [AX 2012]

Indicates whether at least one other report parameter depends on this report parameter.

Syntax

public boolean isDependedOn([boolean value])

Run On

Called

Parameters

  • value
    Type: boolean
    A Boolean value that indicates whether at least one other report parameter depends on this report parameter.

Return Value

Type: boolean
true if at least one other report parameter depends on this report parameter; otherwise, false.

See Also

Reference

SRSReportParameter Class