IAdhocBinaryData.Add

Syntax

Add: IAdhocBinaryItem;

Description

The Add method adds an element to the collection of dashboard binary data.

Comments

To remove a certain object, use the IAdhocBinaryData.RemoveById method, to remove all elements, use the IAdhocBinaryData.Clear method.

Example

The property use is given in the example for IAdhocBinaryItem.ReadFromStream.

See also:

IAdhocBinaryData