Creates a C1MultiDocumentItem, associates it with the specified document,
and adds it to the current collection.
Namespace:
C1.C1PreviewNote that the passed document reference is not stored in the created item, see SetDocument(Object) for details.
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public C1MultiDocumentItem Add( C1PrintDocument document ) |
| Visual Basic |
|---|
Public Function Add ( _ document As C1PrintDocument _ ) As C1MultiDocumentItem |
Parameters
- document
- Type: C1.C1Preview..::..C1PrintDocument
The document that is associated with the new item.