Assembly: Adhoc;
The IAdhocDsoDimensions interface is used to work with the collection of dimensions for the data source of the dashboard.
IAdhocDsoDimensions
To get a collection of dimensions, use the IAdhocDataSourceObject.Dimensions property.
Property name | Brief description | |
Count | The Count property returns the number of collection dimensions. | |
Item | The Item property returns the specified dimension included in the collection. |
Method name | Brief description | |
AddCopy | The AddCopy method adds a copy of the specified dimension to the collection. | |
FindById | The FindById method searches for a dimension by its identifier. | |
FindByKey | The FindByKey method searches for a dimension by its key. | |
Remove | The Remove method removes the specified dimension from the collection. | |
RemoveById | The RemoveById method removes a dimension from the collection by its identifier. | |
RemoveByKey | The RemoveByKey method removes a dimension from the collection by its key. |
See also: