C1.C1Preview Namespace : C1MultiDocument Class |
For a list of all members of this type, see C1MultiDocument members.
Name | Description | |
---|---|---|
BusyStateChanged | Occurs when the C1MultiDocument.BusyState property value has changed. | |
DocumentEnded | Occurs when the document generation has ended. | |
DocumentStarting | Occurs when the document generation is starting. | |
ItemAdded | Occurs when a C1MultiDocumentItem has been added to the current multi-document's C1MultiDocument.Items collection. | |
ItemAdding | Occurs when a C1MultiDocumentItem is about to be added to the current multi-document's C1MultiDocument.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 C1MultiDocument.Items collection. | |
ItemRemoving | Occurs when a C1MultiDocumentItem is about to be removed from the current multi-document's C1MultiDocument.Items collection. | |
ItemsClear | Occurs when the current multi-document's C1MultiDocument.Items collection has been cleared. | |
ItemsClearing | Occurs when the current multi-document's C1MultiDocument.Items collection is about to be cleared. | |
LongOperation | Occurs periodically during document generation. Allows to provide progress indication and the ability to cancel generation by 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. |