Creates a C1MultiDocumentItem, associates it with the specified report, and adds it to the current collection.

Note that the passed document reference is not stored in the created item, see SetDocument(Object) for details.

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

Syntax

C#
public C1MultiDocumentItem Add(
	C1Report report
)
Visual Basic
Public Function Add ( _
	report As C1Report _
) As C1MultiDocumentItem

Parameters

report
Type: C1.C1Report..::..C1Report
The report that is associated with the new item.

Return Value

The newly created item.

See Also