 | docScriptArguments Enumeration |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Arguments applicable with docScriptInstruction
Namespace:
imbSCI.Reporting.script
Assembly:
imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
Members|
| Member name | Value | Description |
|---|
| dsa_content | 0 |
The DSA content lines: IEnumerable of String or other simple type
|
| dsa_contentLine | 1 |
The DSA content line: String
|
| dsa_recompile | 2 |
Calls for template recompilation of content and contentLine |
| dsa_innerAppend | 3 |
AppendType to use for internal append procedure *special*
|
| dsa_title | 4 |
The DSA title: String for title
|
| dsa_footer | 5 |
The DSA footer: Footer message
|
| dsa_key | 6 |
The DSA key: key for KeyValue pair
|
| dsa_value | 7 |
The DSA value: value for KeyValue pair
|
| dsa_url | 8 |
The DSA URL: URL for link
|
| dsa_name | 9 |
The DSA name: name is used by many Appends
|
| dsa_level | 10 |
The DSA level: heading level
|
| dsa_x | 11 |
The DSA x: X position
|
| dsa_y | 12 |
The DSA y: Y position
|
| dsa_w | 13 |
The DSA w: width
|
| dsa_h | 14 |
The DSA h: height
|
| dsa_priority | 15 |
The DSA priority: for pages and documents
|
| dsa_dataTable | 16 |
The DSA data table: DataTable object
|
| dsa_dataPairs | 17 |
The DSA data pairs: PropertyCollection
|
| dsa_paletteRole | 18 |
The DSA palette role: palette selector
|
| dsa_path | 19 |
The DSA path: path to external file etc
|
| dsa_type | 20 |
The DSA type: appendType
|
| dsa_isHorizontal | 21 |
The DSA is horizontal: horizontal or pivot deployement
|
| dsa_dataField | 22 |
The DSA data field - data field enum value to access data from or to
|
| dsa_enumType | 23 |
The DSA enum type - reference to enumeration type
|
| dsa_border_preset | 24 |
The DSA border preset - border to apply on closed tag
|
| dsa_dataSource | 25 |
The DSA data source - what source of dynamic data to target
|
| dsa_dirOperation | 26 |
What directory operation to perform
|
| dsa_cursorCorner | 27 |
The DSA cursor corner - to what corner cursor should go
|
| dsa_externalTool | 28 |
The DSA external tool - external tool to call
|
| dsa_zoneFrame | 29 |
Target zone subframe
|
| dsa_description | 30 |
Description text
|
| dsa_blockWidth | 31 |
Width of the block
|
| dsa_blockPosition | 32 |
Horizontal position on page
|
| dsa_linkType | 33 |
Type of link - can be: metaLinkType and metaRelativeLinkType
|
| dsa_linkRelType | 34 |
Type of relative link
|
| dsa_metaContent | 35 |
Reference to metaContent building block
|
| dsa_class_attribute | 36 |
Class attribute to set in HTML/XML export
|
| dsa_id_attribute | 37 |
ID attribute to set in HTML/XML export
|
| dsa_separator | 38 |
Content of middle cell in pairs rendering
|
| dsa_variationRole | 39 |
The DSA variation role
|
| dsa_dataList | 40 | |
| dsa_scopeToNew | 41 |
Scope will move to newly created item: directorium, document, page...
|
| dsa_doMerge | 42 |
If TRUE it will merge cells scoped by current dsa_w and dsa_h |
| dsa_stylerSettings | 43 | |
| dsa_autostyling | 44 |
Instructs styling behaviour
|
| dsa_styleTarget | 45 |
Points to item that should be styled
|
| dsa_format | 46 | |
| dsa_itemExistsMode | 47 | |
| dsa_vector | 48 | |
| dsa_relative | 49 | |
| dsa_forecolor | 50 | |
| dsa_background | 51 | |
| dsa_role | 52 | |
| dsa_on | 53 |
Universal on flag. Also used as open, start, play too.
|
| dsa_off | 54 |
Universal off flag. Used as close, finish, stop too.
|
See Also