| 
ObjectEntry
Current Property
  | 
 Current entity.
 Namespace:
 Spire.Doc.Reporting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public DocumentObject Current { get; set; }
 
Public Property Current As DocumentObject
	Get
	Set
 
public:
property DocumentObject^ Current {
	DocumentObject^ get ();
	void set (DocumentObject^ value);
}
 
member Current : DocumentObject with get, set
 
 
 
Property Value
 
 Type:
 
DocumentObject
 
 
 See Also
See Also