Click or drag to resize

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
C#
public enum docScriptArguments
Request Example View Source
Members
  Member nameValueDescription
dsa_content0 The DSA content lines: IEnumerable of String or other simple type
dsa_contentLine1 The DSA content line: String
dsa_recompile2 Calls for template recompilation of content and contentLine
dsa_innerAppend3 AppendType to use for internal append procedure *special*
dsa_title4 The DSA title: String for title
dsa_footer5 The DSA footer: Footer message
dsa_key6 The DSA key: key for KeyValue pair
dsa_value7 The DSA value: value for KeyValue pair
dsa_url8 The DSA URL: URL for link
dsa_name9 The DSA name: name is used by many Appends
dsa_level10 The DSA level: heading level
dsa_x11 The DSA x: X position
dsa_y12 The DSA y: Y position
dsa_w13 The DSA w: width
dsa_h14 The DSA h: height
dsa_priority15 The DSA priority: for pages and documents
dsa_dataTable16 The DSA data table: DataTable object
dsa_dataPairs17 The DSA data pairs: PropertyCollection
dsa_paletteRole18 The DSA palette role: palette selector
dsa_path19 The DSA path: path to external file etc
dsa_type20 The DSA type: appendType
dsa_isHorizontal21 The DSA is horizontal: horizontal or pivot deployement
dsa_dataField22 The DSA data field - data field enum value to access data from or to
dsa_enumType23 The DSA enum type - reference to enumeration type
dsa_border_preset24 The DSA border preset - border to apply on closed tag
dsa_dataSource25 The DSA data source - what source of dynamic data to target
dsa_dirOperation26 What directory operation to perform
dsa_cursorCorner27 The DSA cursor corner - to what corner cursor should go
dsa_externalTool28 The DSA external tool - external tool to call
dsa_zoneFrame29 Target zone subframe
dsa_description30 Description text
dsa_blockWidth31 Width of the block
dsa_blockPosition32 Horizontal position on page
dsa_linkType33 Type of link - can be: metaLinkType and metaRelativeLinkType
dsa_linkRelType34 Type of relative link
dsa_metaContent35 Reference to metaContent building block
dsa_class_attribute36 Class attribute to set in HTML/XML export
dsa_id_attribute37 ID attribute to set in HTML/XML export
dsa_separator38 Content of middle cell in pairs rendering
dsa_variationRole39 The DSA variation role
dsa_dataList40
dsa_scopeToNew41 Scope will move to newly created item: directorium, document, page...
dsa_doMerge42 If TRUE it will merge cells scoped by current dsa_w and dsa_h
dsa_stylerSettings43
dsa_autostyling44 Instructs styling behaviour
dsa_styleTarget45 Points to item that should be styled
dsa_format46
dsa_itemExistsMode47
dsa_vector48
dsa_relative49
dsa_forecolor50
dsa_background51
dsa_role52
dsa_on53 Universal on flag. Also used as open, start, play too.
dsa_off54 Universal off flag. Used as close, finish, stop too.
See Also