Gets the content of control as C1 document that is serialized in stream. This document can be built with using C1PrintDocumentClient.

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

Syntax

C#
Stream C1PrintableGetTree()
Visual Basic
Function C1PrintableGetTree As Stream

Return Value

The stream object containing the document tree.

See Also