Table of Contents

Class ProjectList

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

DOM representation of a List & Label list project (report project).

public class ProjectList : ProjectBase, IDisposable
Inheritance
ProjectList
Implements
Inherited Members

Remarks

Use ProjectList to inspect or modify the structure and settings of a list project (e.g. objects, variables, parameters, layout information) via the DOM API. Instances are typically obtained by loading a project through the ListLabel component or by explicitly creating a new instance with the public constructor.

Constructors

ProjectList(ListLabel)

Initializes a new DOM instance for a list project bound to the specified ListLabel component.

public ProjectList(ListLabel parentComponent)

Parameters

parentComponent ListLabel

The parent ListLabel component providing services (logging, localization, evaluation context, etc.).