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
ColumnWrapping
Gets the column wrapping configuration.
[JsonInclude]
public PropertyCrosstabColumnWrapping ColumnWrapping { get; }
Property Value
DefaultFrame
Gets the default frame settings.
[JsonInclude]
public PropertyFrame DefaultFrame { get; }
Property Value
DesignScheme
Gets or sets the design scheme name.
public string DesignScheme { get; set; }
Property Value
Filling
Gets the filling settings.
[JsonInclude]
public PropertyFillingExt Filling { get; }
Property Value
HarmonicLineHeights
Gets or sets whether harmonic line heights are used.
public string HarmonicLineHeights { get; set; }
Property Value
LinkUrl
Gets or sets the hyperlink URL for the crosstab.
public string LinkUrl { get; set; }
Property Value
MinHeight
Gets or sets the minimum height.
public string MinHeight { get; set; }
Property Value
RowWrapping
Gets the row wrapping configuration.
[JsonInclude]
public PropertyCrosstabWrapping RowWrapping { get; }
Property Value
Rows
Gets the row dimension definition.
[JsonInclude]
public PropertyCrosstabDimension Rows { get; }
Property Value
WrapPercentage
Gets or sets the wrap percentage for column wrapping.
public string WrapPercentage { get; set; }