DrillDownSetDataPlacement Property |
Gets the value indicating whether drill down is used on columns or rows.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "placement")]
public PlacementPosition Placement { get; set; }
<DataMemberAttribute(Name := "placement")>
Public Property Placement As PlacementPosition
Get
Set
public:
[DataMemberAttribute(Name = L"placement")]
property PlacementPosition Placement {
PlacementPosition get ();
void set (PlacementPosition value);
}
[<DataMemberAttribute(Name = "placement")>]
member Placement : PlacementPosition with get, set
Property Value
Type:
PlacementPositionSee Also