Initializes a new instance of the EntityEntry class

Namespace: Spire.Doc.Reporting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public EntityEntry(
	DocumentObject ent
)
Public Sub New ( 
	ent As DocumentObject
)
public:
EntityEntry(
	DocumentObject^ ent
)
new : 
        ent : DocumentObject -> EntityEntry

Parameters

ent
DocumentObject

See Also