Gets the DocumentBody object representing the body of the current document.

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

Syntax

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

See Also