Gets the C1PrintDocument object containing the current tag. Can return null if the tag has not been added to a document.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public C1PrintDocument Document { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property Document As C1PrintDocument
	Get

See Also