MergeFieldName Constructors
Maps a data source field name and its display name for use in a bar or Ribbon editor UI.| Name | Parameters | Description |
|---|---|---|
| MergeFieldName() | none | Initializes a new instance of the MergeFieldName class with the default settings. |
| MergeFieldName(String, String) | name, displayName | Initializes a new instance of the MergeFieldName class with the specified field name and display name. |
| MergeFieldName(String) | name | Initializes a new instance of the MergeFieldName class with the specified field name. |
See Also