The C1MultiDocumentItemCollection type exposes the following members.

Methods

  Name Description
Public method Add(C1MultiDocumentItem)
Adds the specified item to the current collection.
Public method Add(C1PrintDocument)
Creates a C1MultiDocumentItem, associates it with the specified document, and adds it to the current collection.

Note that the passed document reference is not stored in the created item, see SetDocument(Object) for details.

Public method Add(C1RdlReportBase)
Creates a C1MultiDocumentItem, associates it with the specified report, and adds it to the current collection.

Note that the passed document reference is not stored in the created item, see SetDocument(Object) for details.

Public method Add(C1Report)
Creates a C1MultiDocumentItem, associates it with the specified report, and adds it to the current collection.

Note that the passed document reference is not stored in the created item, see SetDocument(Object) for details.

Protected method AddInt
For internal use.
(Inherited from OwnedCollection.)
Public method AssignFrom
Clears the current collection, and copies the items from another one. The items are copied by cloning, and must support the ICloneable interface (if an item that does not support is encountered, an exception occurs).
(Inherited from OwnedCollection.)
Public method Clear
Clears the current collection, disposing all contained C1MultiDocumentItem objects.
Public method Exchange
Swap two items in collection.
(Inherited from OwnedCollection.)
Public method FindByOutlineNode
Searches the items in this collection for a C1MultiDocumentItem with the specified value of the OutlineNode property.
Protected method GetByIndex
For internal use.
(Inherited from OwnedCollection.)
Public method GetEnumerator
Returns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase.)
Protected method GetItemType
Gets the type of collection elements.
(Overrides OwnedCollection..::..GetItemType()()()().)
Public method IndexOf
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire collection.
(Inherited from OwnedCollection.)
Public method Insert(Int32, C1MultiDocumentItem)
Inserts an item into the current collection at the specified index.
Public method Insert(Int32, C1PrintDocument)
Creates a C1MultiDocumentItem, associates it with the specified document, and inserts it into the current collection at the specified index.

Note that the passed document reference is not stored in the created item, see SetDocument(Object) for details.

Protected method InsertInt
For internal use.
(Inherited from OwnedCollection.)
Protected method OnClear
Called when the collection is about to be cleared.
(Inherited from OwnedCollection.)
Protected method OnClearComplete
Called after the collection has been cleared.
(Inherited from OwnedCollection.)
Protected method OnInsert
Called when an item is about to be iserted.
(Inherited from OwnedCollection.)
Protected method OnInsertComplete
Called after an item has been inserted.
(Inherited from OwnedCollection.)
Protected method OnRemove
Called when an item is about to be removed.
(Inherited from OwnedCollection.)
Protected method OnRemoveComplete
Called after an item has been removed.
(Inherited from OwnedCollection.)
Protected method OnSet
Called when an item is about to be set.
(Inherited from OwnedCollection.)
Protected method OnSetComplete
Called after an item has been set.
(Inherited from OwnedCollection.)
Protected method OnValidate
Performs additional custom processes when validating a value.
(Inherited from CollectionBase.)
Public method Remove
Removes an item from the current collection.
Public method RemoveAt
Removes the element at the specified index of the CollectionBase instance. This method is not overridable.
(Inherited from CollectionBase.)
Protected method RemoveInt
For internal use.
(Inherited from OwnedCollection.)
Protected method SetByIndex
For internal use.
(Inherited from OwnedCollection.)

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private method IList..::..Add
Adds an object to the end of the CollectionBase.
(Inherited from CollectionBase.)
Explicit interface implemetation Private method IList..::..Contains
Determines whether the CollectionBase contains a specific element.
(Inherited from CollectionBase.)
Explicit interface implemetation Private method ICollection..::..CopyTo
Copies the entire CollectionBase to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionBase.)
Explicit interface implemetation Private method IList..::..IndexOf
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire CollectionBase.
(Inherited from CollectionBase.)
Explicit interface implemetation Private method IList..::..Insert
Inserts an element into the CollectionBase at the specified index.
(Inherited from CollectionBase.)
Explicit interface implemetation Private method IList..::..Remove
Removes the first occurrence of a specific object from the CollectionBase.
(Inherited from CollectionBase.)

See Also