
'Declaration
Public Class CollectionLayers Inherits combit.Reporting.Dom.DomCollectionBase(Of Layer) Implements IDomCollectionBase
public class CollectionLayers : combit.Reporting.Dom.DomCollectionBase<Layer>, IDomCollectionBase
public ref class CollectionLayers : public combit.Reporting.Dom.DomCollectionBase<Layer>, IDomCollectionBase
// create new layer Layer layerNew = new Layer(proj.Layers); layerNew.Name = "Layer01"; layerNew.Condition = "Page() == 2"; // iterate all layers foreach (Layer layer in proj.Layers) { string layerName = layer.Name; string layerCond = layer.Condition; }
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
combit.Reporting.Dom.DomCollectionBase<T>
combit.Reporting.Dom.CollectionLayers
Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 24H2), Windows Server 2016 - 2025
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9