Table of Contents

Class SubItemCrosstab

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

Crosstab sub-item providing a pivot style data visualization with configurable rows, columns and measures.

public class SubItemCrosstab : SubItemBase
Inheritance
SubItemCrosstab
Inherited Members

Constructors

SubItemCrosstab(CollectionSubItemBases)

Creates and appends a crosstab sub-item.

public SubItemCrosstab(CollectionSubItemBases itemCollection)

Parameters

itemCollection CollectionSubItemBases

SubItemCrosstab(CollectionSubItemBases, int)

Creates and inserts a crosstab sub-item at the specified index.

public SubItemCrosstab(CollectionSubItemBases itemCollection, int index)

Parameters

itemCollection CollectionSubItemBases
index int

Properties

BorderDistance

Gets reserved space around the crosstab object.

[JsonInclude]
public PropertyReservedSpace BorderDistance { get; }

Property Value

PropertyReservedSpace

Definition

Gets the crosstab definition object (rows, columns, cells, wrapping, design scheme).

[JsonInclude]
public PropertyCrosstabDefinition Definition { get; }

Property Value

PropertyCrosstabDefinition

SourceTablePath

Gets or sets the source table path used for the crosstab's data. Automatically updates the internal TableID property.

public string SourceTablePath { get; set; }

Property Value

string