Assembly: Drawing;
The IBinary interface is used to work with binary data which can be sent to the application macro from BI server operations.
IBinary
To execute application macro, the ForeExec operation is used.
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: