
'Deklaration
Public Class CollectionLayers Inherits combit.Reporting.Dom.DomCollectionBase(Of Layer)
public class CollectionLayers : combit.Reporting.Dom.DomCollectionBase<Layer>
public ref class CollectionLayers : public combit.Reporting.Dom.DomCollectionBase<Layer>
// 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
Plattformen: Windows 8.1 bis Windows 10 (Version 20H2 - 21H2), Windows 11 (21H2), Windows Server 2012 - 2022