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
itemCollectionCollectionSubItemBases
SubItemCrosstab(CollectionSubItemBases, int)
Creates and inserts a crosstab sub-item at the specified index.
public SubItemCrosstab(CollectionSubItemBases itemCollection, int index)
Parameters
itemCollectionCollectionSubItemBasesindexint
Properties
BorderDistance
Gets reserved space around the crosstab object.
[JsonInclude]
public PropertyReservedSpace BorderDistance { get; }
Property Value
Definition
Gets the crosstab definition object (rows, columns, cells, wrapping, design scheme).
[JsonInclude]
public PropertyCrosstabDefinition Definition { get; }
Property Value
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; }