Table of Contents

Class CrosstabCellContent

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

Represents a data cell content inside the crosstab (value plus optional sub cell label) inheriting base formatting.

public class CrosstabCellContent : CrosstabCellBase, IDomItemWithConditionalFormatter, IDomItemWithOutputFormatter
Inheritance
CrosstabCellContent
Implements
Inherited Members

Properties

SubCellLabel

Gets or sets the sub cell label.

public string SubCellLabel { get; set; }

Property Value

string

Value

Gets or sets the value formula for the cell.

public string Value { get; set; }

Property Value

string