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