BatchedDataRequestDataShapingOptions Property  | 
 
            Gets the options for shaping the result.
            
 
    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 = false, Name = "shapingOptions")]
public ResultShapingData ShapingOptions { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "shapingOptions")>
Public Property ShapingOptions As ResultShapingData
	Get
	Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"shapingOptions")]
property ResultShapingData^ ShapingOptions {
	ResultShapingData^ get ();
	void set (ResultShapingData^ value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "shapingOptions")>]
member ShapingOptions : ResultShapingData with get, set
Property Value
Type: 
ResultShapingData
See Also