Class ProjectCard
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a List & Label Card project (LlProject.Card) within the DOM API.
public class ProjectCard : ProjectBase, IDisposable
- Inheritance
-
ProjectCard
- Implements
- Inherited Members
Remarks
A card project is typically used for layouts such as badges, labels with multiple variants per page, or other card-like printouts. The ProjectCard class itself does not add functionality beyond ProjectBase; it supplies the correct LlProject discriminator so that the reporting engine can load, create and serialize the proper project type.
Use this class when you need to create or manipulate card projects programmatically via the cross-platform DOM (e.g. adding objects, parameters or layers).
Constructors
ProjectCard(ListLabel)
Initializes a new ProjectCard instance bound to the specified ListLabel component.
public ProjectCard(ListLabel parentComponent)
Parameters
parentComponentListLabelThe parent reporting component that manages lifecycle and evaluation.