Open this page in the API Guide

MetricSet.AddDynamicMeasure Method

Adds a new dynamic measure to the current instance.

Namespace:  Dundas.BI.Entities.MetricSets
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public MeasureUsage AddDynamicMeasure(
	string name,
	string description
)

Parameters

name
Type: System.String
The dynamic measure name.
description
Type: System.String
The dynamic measure description.

Return Value

Type: MeasureUsage
The measure usage element.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe metric set is set for raw data retrieval, or there is no underlying cube, or the underlying cube has no measures.
See Also