docScriptFlags Enumeration |
Namespace: imbSCI.Reporting.script
| Member name | Value | Description | |
|---|---|---|---|
| none | 0 | ||
| ignoreNavigation | 1 | ||
| ignoreCompilationFails | 2 | It will not report error on compilation failure | |
| ignoreArgumentValueNull | 4 | ||
| nullDirectoryToCurrent | 8 | ||
| allowFailedInstructions | 16 | It will allow exection of docScriptInstructionCompiled even in case of compilation failure | |
| disableGlobalCollection | 32 | The disable global collection call on [!:deliveryInstance.executePrepare(meta.documentSet.metaDocumentSet, string, PropertyCollection)] | |
| enableLocalCollection | 64 | It will allow AppendDataFields call on newScope when [!:deliveryInstance.x_scopeAutoCreate(IObjectWithPathAndChildSelector)] performed | |
| useDataDictionaryForLocalData | 128 |