The base class for DLS entities.
Namespace:
Spire.Doc.Reporting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public EntityEntry(
DocumentObject ent
)
Public Sub New (
ent As DocumentObject
)
public:
EntityEntry(
DocumentObject^ ent
)
new :
ent : DocumentObject -> EntityEntry
Parameters
-
ent
-
Type:
Spire.Doc
DocumentObject
See Also