SRSReportParameter.state Method [AX 2012]
Gets or sets the Reporting Services state parameter enumeration value.
Syntax
public str state([str value])
Run On
Called
Parameters
- value
Type: str
The new value of the state.
Return Value
Type: str
The current value of the state.
Exceptions
Exception | Condition |
---|---|
Error | A valid value is not passed in. |
Remarks
The valid values for the value parameter are HasValidValue, HasOutstandingDependencies, MissingValidValue, and DynamicValuesUnavailable.