The C1MultiDocument type exposes the following members.

Properties

  Name Description
Public property BusyState
Gets the current busy state of the current document.
Public property Cancel
Gets or sets a value indicating whether to cancel the generation of the current document. Note that this property is useful only if DoEvents is set to true.
Public property ColorizeHyperlinks
Gets or sets a value indicating whether hyperlinks in the report are colorized. This property only affects C1.C1Report items of the multi-document.

The default is null (the property is not defined at the multi-document level).

Public property DoEvents
Gets or sets a value indicating whether the current C1MultiDocument should handle Windows messages while generating.

The default value is false.

Public property EmfType
Gets or sets the type of metafiles created by the current document.

The default is null (the property is not defined at the multi-document level).

Public property IsDirty
Gets a value indicating whether the current C1MultiDocument has been changed since it was last generated.
Public property IsEmpty
Gets a value indicating whether the current C1MultiDocument is empty, i.e. has no C1MultiDocumentItem objects with data.
Public property IsGenerating
Indicates whether the document is currently being generated.
Public property Items
Gets the collection of C1MultiDocumentItem objects containing documents included in the current C1MultiDocument.
Public property Outlines
Gets the OutlineNodeCollection containing outline nodes specified for the multi-document.

Note that this collection does not include outlines of documents and reports contained within this multi-document. Use the MakeOutlines()()()() method to build the complete outline tree for the multi-document.

See remarks for more details.

Public property PageCount
Gets the total number of pages in the current multi-document.
Public property StoragePath
Gets the temporary directory used by the current multi-document if its temporary storage type is Disk.
Public property StorageType
Gets the temporary storage type used by the current multi-document.
Public property UseGdiPlusTextRendering
Gets or sets a value indicating whether text in the current document is rendered using GDI+ text API.

The default is null (the property is not defined at the multi-document level).

Public property UserData
Gets or sets arbitrary data associated with the current document.

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private property IC1Document..::..PageCount

See Also