DataRequestMeasures Property |
Gets the requested measures.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IEnumerable<MeasureRequest> Measures { get; }
Public ReadOnly Property Measures As IEnumerable(Of MeasureRequest)
Get
public:
property IEnumerable<MeasureRequest^>^ Measures {
IEnumerable<MeasureRequest^>^ get ();
}
member Measures : IEnumerable<MeasureRequest> with get
Property Value
Type:
IEnumerableMeasureRequestSee Also