Gets or sets the document that to print. If the assigned value is an unsupported object, an exception will be thrown. Use IsSupportedDocument(Object) to verify that the object can be printed.

Namespace:  C1.C1Preview
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