MergeFieldEventArgs
FieldName Property
|
Gets the Merge field Name.
Namespace:
Spire.Doc.Reporting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string FieldName { get; }
Public ReadOnly Property FieldName As String
Get
public:
property String^ FieldName {
String^ get ();
}
member FieldName : string with get
Property Value
Type:
String
See Also