Table of Contents

Class ProjectIndex

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

Represents a List & Label DOM project of type combit.Reporting.LlProject.Index. This project type is primarily used internally for building an index (e.g. keyword or table index)

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

Constructors

ProjectIndex(ListLabel)

Initializes a new instance of the ProjectIndex class bound to the given parent ListLabel component context.

public ProjectIndex(ListLabel parentComponent)

Parameters

parentComponent ListLabel

The owning ListLabel instance that manages engine resources and provides services (logging, data access, designer interaction, etc.).