
'Declaration
Public Class CollectionRegions Inherits combit.Reporting.Dom.DomCollectionBase(Of Region) Implements IDomCollectionBase
public class CollectionRegions : combit.Reporting.Dom.DomCollectionBase<Region>, IDomCollectionBase
public ref class CollectionRegions : public combit.Reporting.Dom.DomCollectionBase<Region>, IDomCollectionBase
ProjectList proj = new ProjectList(new LL()); proj.Open(@"C:\Projects\new.lst", LlDomFileMode.Create, LlDomAccessMode.ReadWrite); Region firstPage = proj.Regions.AddNew(); firstPage.Condition = "Page() = 1"; firstPage.Set(new PrinterSettings()); Region followingPages = proj.Regions.AddNew(); followingPages.Condition = "Page() > 1"; followingPages.Set(new PrinterSettings()); proj.Save(); proj.Close();
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
combit.Reporting.Dom.DomCollectionBase<T>
combit.Reporting.Dom.CollectionRegions
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