Gets or sets the object to render. The object must implement either a Image C1PrintableGetImage() or a Stream C1PrintableGetTree() method accessible via reflection. For details, see the remarks section in RenderC1Printable.

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

Syntax

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

See Also