The C1MultiDocument type exposes the following members.

Events

  Name Description
Public event BusyStateChanged
Occurs when the BusyState property value has changed.
Public event DocumentEnded
Occurs when the document generation is ended.
Public event DocumentStarting
Occurs when the document generation is started.
Public event ItemAdded
Occurs when a C1MultiDocumentItem has been added to the current multi-document's Items collection.
Public event ItemAdding
Occurs when a C1MultiDocumentItem is about to be added to the current multi-document's Items collection.
Public event ItemGenerated
Occurs when the generation of a document associated with a C1MultiDocumentItem has completed. On some systems garbage collection does not always work correctly without explicit calls to GC. Use this event to call GC.Collect() to ensure that multi-document generation does not cause an out of memory exception.
Public event ItemGenerating
Occurs when the generation of a document or report associated with a C1MultiDocumentItem is about to start.
Public event ItemLoaded
Occurs when a C1MultiDocumentItem has been loaded, parameters (if any) have been prepared, but the report or document represented by the item has not been generated yet. Allows to adjust the properties of the report or document prior to generation (e.g. the data source of a C1Report may be assigned here).
Public event ItemRemoved
Occurs when a C1MultiDocumentItem has been removed from the current multi-document's Items collection.
Public event ItemRemoving
Occurs when a C1MultiDocumentItem is about to be removed from the current multi-document's Items collection.
Public event ItemsClear
Occurs when the current multi-document's Items collection has been cleared.
Public event ItemsClearing
Occurs when the current multi-document's Items collection is about to be cleared.
Public event LongOperation
Occurs periodically during document generation. Allows to provide progress indication and the ability to cancel generation to the user.
Public event PagesAdded
Occurs when one or more pages were added to the current multi-document.
Public event PagesChanged
Occurs when one or more pages within the current multi-document were changed.
Public event PagesClear
Occurs when all pages within the current multi-document were removed.

See Also