Table of Contents

Class SubItemSubReport

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

Placeholder sub-item that links an external sub-report project (JSON file) into the current report. At runtime the referenced project is loaded and the referenced sub-item (by LinkUUID) replaces this node. Optional properties (e.g. PageBreakCondition, Expandable) are copied to the imported content.

public class SubItemSubReport : SubItemCore
Inheritance
SubItemSubReport
Inherited Members

Constructors

SubItemSubReport(CollectionSubItemCoreBase)

Creates and appends a new sub-report reference.

public SubItemSubReport(CollectionSubItemCoreBase itemCollection)

Parameters

itemCollection CollectionSubItemCoreBase

SubItemSubReport(CollectionSubItemCoreBase, int)

Creates and inserts a new sub-report reference at the specified index.

public SubItemSubReport(CollectionSubItemCoreBase itemCollection, int index)

Parameters

itemCollection CollectionSubItemCoreBase
index int

Properties

Expandable

Gets or sets whether the imported sub-report can be expanded/collapsed.

public bool? Expandable { get; set; }

Property Value

bool?

Indentation

Gets or sets a left indentation applied to the rendered sub-report.

public string Indentation { get; set; }

Property Value

string

LinkUUID

Gets or sets the UUID of the sub-item inside the external project that should replace this node.

public string LinkUUID { get; set; }

Property Value

string

PageBreakCondition

Gets or sets the page break condition applied before the imported content (multi-table mode only).

public string PageBreakCondition { get; set; }

Property Value

string

Relation

Gets or sets the relation name (if the sub-report should be bound via a relation).

public string Relation { get; set; }

Property Value

string

Scaling

Gets or sets the scaling mode of the imported sub-report (engine specific).

public string Scaling { get; set; }

Property Value

string

SortOrderId

Gets or sets the sort order identifier (multi-table mode only).

public string SortOrderId { get; set; }

Property Value

string

Source

Gets or sets the source path (formula / expression) of the external sub-report project.

public string Source { get; set; }

Property Value

string