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