DashboardFlatDataSource.GetUniqueValue(String, Int32) Method
Gets the unique name of the dimension to which this member belongs.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
columnName | String | A column name. |
rowIndex | Int32 | A data source row’s index. |
Returns
Type | Description |
---|---|
Object | A dimension’s unique name. |
Remarks
The GetUniqueValue
method is used in OLAP mode.
See Also