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
objectCollectionCollectionObjectBases
ObjectCrosstab(CollectionObjectBases, int)
public ObjectCrosstab(CollectionObjectBases objectCollection, int index)
Parameters
objectCollectionCollectionObjectBasesindexint
Properties
Definition
Gets the crosstab definition.
[JsonInclude]
public PropertyCrosstabDefinition Definition { get; }
Property Value
Frame
Gets the frame styling of the crosstab object.
[JsonInclude]
public PropertyFrame Frame { get; }
Property Value
SourceTablePath
Gets or sets the source table path.
public string SourceTablePath { get; set; }