Gets or sets the object representing the document that will be exported by the current exporter's Export(String) or Export(Stream) methods.

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

Syntax

C#
public Object Document { get; set; }
Visual Basic
Public Property Document As Object
	Get
	Set

See Also