Table of Contents

Class ObjectCrosstab

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

Represents a crosstab object placed in a report with definition and source table path.

public class ObjectCrosstab : ObjectBase
Inheritance
ObjectCrosstab
Inherited Members

Constructors

ObjectCrosstab(CollectionObjectBases)

Creates a new crosstab object appended to the collection.

public ObjectCrosstab(CollectionObjectBases objectCollection)

Parameters

objectCollection CollectionObjectBases

ObjectCrosstab(CollectionObjectBases, int)

public ObjectCrosstab(CollectionObjectBases objectCollection, int index)

Parameters

objectCollection CollectionObjectBases
index int

Properties

Definition

Gets the crosstab definition.

[JsonInclude]
public PropertyCrosstabDefinition Definition { get; }

Property Value

PropertyCrosstabDefinition

Frame

Gets the frame styling of the crosstab object.

[JsonInclude]
public PropertyFrame Frame { get; }

Property Value

PropertyFrame

SourceTablePath

Gets or sets the source table path.

public string SourceTablePath { get; set; }

Property Value

string