The C1MultiDocument type exposes the following members.
Events
Name | Description | |
---|---|---|
BusyStateChanged |
Occurs when the BusyState property value has changed.
|
|
DocumentEnded |
Occurs when the document generation is ended.
|
|
DocumentStarting |
Occurs when the document generation is started.
|
|
ItemAdded |
Occurs when a C1MultiDocumentItem has been added to the current
multi-document's Items collection.
|
|
ItemAdding |
Occurs when a C1MultiDocumentItem is about to be added to the current
multi-document's Items collection.
|
|
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.
|
|
ItemGenerating |
Occurs when the generation of a document or report associated with a C1MultiDocumentItem is about to start.
|
|
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).
|
|
ItemRemoved |
Occurs when a C1MultiDocumentItem has been removed from the current
multi-document's Items collection.
|
|
ItemRemoving |
Occurs when a C1MultiDocumentItem is about to be removed from the current
multi-document's Items collection.
|
|
ItemsClear |
Occurs when the current multi-document's Items collection has been cleared.
|
|
ItemsClearing |
Occurs when the current multi-document's Items collection is about to be cleared.
|
|
LongOperation |
Occurs periodically during document generation.
Allows to provide progress indication and the ability to cancel generation to the user.
|
|
PagesAdded |
Occurs when one or more pages were added to the current multi-document.
|
|
PagesChanged |
Occurs when one or more pages within the current multi-document were changed.
|
|
PagesClear |
Occurs when all pages within the current multi-document were removed.
|