com.microstrategy.webapi.EnumDSSXMLValidationLevel |
This enumeration class describes the level of validation for a requested manipulation as evaluated by the report services component.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlValidationBadApplyOrder | The resulting report can be executed as a subset of a base report, but the result may not be the one expected. | |||||||||
int | DssXmlValidationFatal | The resulting report can not be executed as a subset of a base report. | |||||||||
int | DssXmlValidationGood | The resulting report can be completely executed as a subset of a base report. | |||||||||
int | DssXmlValidationRecoverable | The resulting report can be executed as a subset of a base report, but some cells may be empty. |
The resulting report can be executed as a subset of a base report, but the result may not be the one expected.
The resulting report can not be executed as a subset of a base report.
The resulting report can be completely executed as a subset of a base report.
The resulting report can be executed as a subset of a base report, but some cells may be empty.