Represents the body of a C1PrintDocument. The body is the main part of a document presenting visible content, and can be accessed via the Body property on the document. (The only other parts presenting visible document content are page headers and footers.)

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

Syntax

C#
public class DocumentBody : IDocumentTreeNode, 
	IDocumentPart
Visual Basic
Public Class DocumentBody _
	Implements IDocumentTreeNode, IDocumentPart

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..DocumentBody

See Also