Assembly: Adhoc;
The IAdhocBinaryData interface is used to work with dashboard binary data.
IAdhocBinaryData
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.
Property name | Brief description | |
Count | The Count property returns the number of elements of binary data collection. | |
Item | The Item property returns the element of binary data collection. | |
Report | The Report property returns the parent dashboard. |
Method name | Brief description | |
Add | The Add method an element to the collection of dashboard binary data. | |
Clear | The Clear method clears the collection of dashboard binary data. | |
FindById | The FindById method searches for an element of dashboard binary data by identifier. | |
Remove | The Remove method removes the specified element of the dashboard binary data collection. | |
RemoveById | The RemoveById method removes the element of the binary data collection with the specified identifier. |
See also: