Class PropertyAutoFill
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents auto fill settings for a crosstab dimension (start, end, increment, label and content mode).
public class PropertyAutoFill : DomItem
- Inheritance
-
PropertyAutoFill
- Inherited Members
Properties
Content
Gets or sets the content mode (internally mapped to property 'Contents').
public string Content { get; set; }
Property Value
EndValue
Gets or sets the end value for auto generation.
public string EndValue { get; set; }
Property Value
Increment
Gets or sets the increment value.
public string Increment { get; set; }
Property Value
Label
Gets or sets the label for the auto filled values.
public string Label { get; set; }
Property Value
StartValue
Gets or sets the start value for auto generation.
public string StartValue { get; set; }