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