Sets the document represented by the current item.

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

Syntax

C#
public void SetDocument(
	Object document
)
Visual Basic
Public Sub SetDocument ( _
	document As Object _
)

Parameters

document
Type: System..::..Object
The document that is to be represented by this item.

See Also