IBinary

Assembly: Drawing;

Description

The IBinary interface is used to work with binary data which can be sent to the application macro from BI server operations.

Inheritance Hierarchy

IBinary

Comments

To execute application macro, the ForeExec operation is used.

Properties

  Property name Brief description
Format The Format property returns the stream contents format.
IsStored The IsStored property returns whether data sent in the stream is stored in the BI server storage.
Key The Key property returns the binary object key to BI server storage.
Name The Name property returns the file name sent in the stream.
Stream The Stream property returns the stream linked to the bienary object

See also:

Drawing Assembly Interfaces