Table of Contents

Class PropertyCrosstabDefinition

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

Concrete crosstab definition with rows, wrapping, frame, filling and design scheme settings.

public class PropertyCrosstabDefinition : PropertyCrosstabDefinitionBase
Inheritance
PropertyCrosstabDefinition
Inherited Members

Properties

AdjacentDefinitions

Gets adjacent crosstab definitions (for multiple crosstabs sharing dimensions).

[JsonInclude]
public CollectionAdjacentDefinitions AdjacentDefinitions { get; }

Property Value

CollectionAdjacentDefinitions

ColumnWrapping

Gets the column wrapping configuration.

[JsonInclude]
public PropertyCrosstabColumnWrapping ColumnWrapping { get; }

Property Value

PropertyCrosstabColumnWrapping

DefaultFrame

Gets the default frame settings.

[JsonInclude]
public PropertyFrame DefaultFrame { get; }

Property Value

PropertyFrame

DesignScheme

Gets or sets the design scheme name.

public string DesignScheme { get; set; }

Property Value

string

Filling

Gets the filling settings.

[JsonInclude]
public PropertyFillingExt Filling { get; }

Property Value

PropertyFillingExt

HarmonicLineHeights

Gets or sets whether harmonic line heights are used.

public string HarmonicLineHeights { get; set; }

Property Value

string

LinkUrl

Gets or sets the hyperlink URL for the crosstab.

public string LinkUrl { get; set; }

Property Value

string

MinHeight

Gets or sets the minimum height.

public string MinHeight { get; set; }

Property Value

string

RowWrapping

Gets the row wrapping configuration.

[JsonInclude]
public PropertyCrosstabWrapping RowWrapping { get; }

Property Value

PropertyCrosstabWrapping

Rows

Gets the row dimension definition.

[JsonInclude]
public PropertyCrosstabDimension Rows { get; }

Property Value

PropertyCrosstabDimension

WrapPercentage

Gets or sets the wrap percentage for column wrapping.

public string WrapPercentage { get; set; }

Property Value

string