OlapMetadataObjectDescriptorAllowedAxes Property |
Gets the allowed axes.
Namespace:
Dundas.BI.Data.CubeDescriptors
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic Collection<PlacementPosition> AllowedAxes { get; }Public ReadOnly Property AllowedAxes As Collection(Of PlacementPosition)
Get
public:
property Collection<PlacementPosition>^ AllowedAxes {
Collection<PlacementPosition>^ get ();
}member AllowedAxes : Collection<PlacementPosition> with get
Property Value
Type:
CollectionPlacementPositionThe allowed axes.
See Also