Table of Contents

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

string

EndValue

Gets or sets the end value for auto generation.

public string EndValue { get; set; }

Property Value

string

Increment

Gets or sets the increment value.

public string Increment { get; set; }

Property Value

string

Label

Gets or sets the label for the auto filled values.

public string Label { get; set; }

Property Value

string

StartValue

Gets or sets the start value for auto generation.

public string StartValue { get; set; }

Property Value

string