SRSReportParameter.hasOutstandingDependencies Method [AX 2012]

Gets or sets a value that indicates whether the report parameter currently has unresolved dependencies.

Syntax

public boolean hasOutstandingDependencies([boolean value])

Run On

Called

Parameters

  • value
    Type: boolean
    A Boolean value that indicates whether the report parameter has unresolved dependencies.

Return Value

Type: boolean
true if the report has unresolved dependencies; otherwise, false.

Remarks

This methods default value is an expression that references another report parameter which does not yet have values specified.

See Also

Reference

SRSReportParameter Class