Open this page in the API Guide

RequestOptions.IncludeMeasurements Property

Gets or sets a value indicating whether query measurements values should be included in the result.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public bool IncludeMeasurements { get; set; }

Property Value

Type: Boolean
true to include query measurements; otherwise, false.
See Also