RelationalColumnContainers Property |
Gets the container objects used alter the presentation of the elements using a folder-like approach.
Namespace:
Dundas.BI.Data.Metadata.Relational
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IReadOnlyCollection<IElementContainer> Containers { get; }
Public ReadOnly Property Containers As IReadOnlyCollection(Of IElementContainer)
Get
public:
virtual property IReadOnlyCollection<IElementContainer^>^ Containers {
IReadOnlyCollection<IElementContainer^>^ get () sealed;
}
abstract Containers : IReadOnlyCollection<IElementContainer> with get
override Containers : IReadOnlyCollection<IElementContainer> with get
Property Value
Type:
IReadOnlyCollectionIElementContainerImplements
IElementContainersSee Also