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 (25.3.0.1000)
Syntaxpublic 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: 
IEnumerableMeasureRequest
See Also