MetricSetDataDataRetrievalFormat Property  | 
 
            Gets or sets the data retrieval format.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = true, Name = "dataRetrievalFormat")]
public DataRetrievalFormat DataRetrievalFormat { get; set; }<DataMemberAttribute(EmitDefaultValue := true, Name := "dataRetrievalFormat")>
Public Property DataRetrievalFormat As DataRetrievalFormat
	Get
	Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"dataRetrievalFormat")]
property DataRetrievalFormat DataRetrievalFormat {
	DataRetrievalFormat get ();
	void set (DataRetrievalFormat value);
}[<DataMemberAttribute(EmitDefaultValue = true, Name = "dataRetrievalFormat")>]
member DataRetrievalFormat : DataRetrievalFormat with get, set
Property Value
Type: 
DataRetrievalFormat
Exceptions| Exception | Condition | 
|---|
| InvalidOperationException | The operation is not allowed, as the current instance has derived measures or external hierarchies defined with the underlying DataCube. | 
| RawDataFormatException | The underlying IAnalysisStructure does not support raw data retrieval. | 
See Also