Skip to main content
All docs
V23.2

DashboardFlatDataSource.GetUniqueValue(String, DashboardFlatDataSourceRow) Method

Gets the unique name of the dimension to which this member belongs.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public object GetUniqueValue(
    string columnName,
    DashboardFlatDataSourceRow row
)

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