IAdhocBinaryData

Assembly: Adhoc;

Description

The IAdhocBinaryData interface is used to work with dashboard binary data.

Inheritance Hierarchy

          IAdhocBinaryData

Comments

To get binary data properties, use the IAdhocReport.BinaryData property.

On adding to binary data collection, the links of data with a dashboard are created, and the data is saved as the child document of the dashboard.

Properties

  Property name Brief description
The Count property returns the number of elements of binary data collection.
The Item property returns the element of binary data collection.
The Report property returns the parent dashboard.

Methods

  Method name Brief description
The Add method an element to the collection of dashboard binary data.
The Clear method clears the collection of dashboard binary data.
The FindById method searches for an element of dashboard binary data by identifier.
The Remove method removes the specified element of the dashboard binary data collection.
The RemoveById method removes the element of the binary data collection with the specified identifier.

See also:

Adhoc Assembly Interfaces