The Form
public class FormFieldMergedEventArgs: EventArgs
Public Class FormFieldMergedEventArgs
Inherits EventArgs
Introduced: 30.0.
Property | Description |
---|---|
Data |
Gets the data row which is used to supply the current field with merge content. |
Form |
Gets the already merged Form |
Merge |
If the form field is part of a merge block, this property returns the name of the block. |
Merged | Gets a boolean value that indicates whether the current field has been merged successfully or not. |
Nesting |
If the form field is part of a merge block, this property returns the one-based nesting depth of the block. |
Table |
If the form field is inside of a table, this property returns the containing table cell as a TXText |