Class PropertySource
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a data source definition (field / manual items / formula) including type, contents, filtering and formatting.
public class PropertySource : DomItem, IDomItemWithOutputFormatter
- Inheritance
-
PropertySource
- Implements
- Inherited Members
Properties
ContentsType
Gets or sets the contents type enumeration.
public LlDomSourceContentsType ContentsType { get; set; }
Property Value
DisplayFormula
Gets or sets the display formula.
public string DisplayFormula { get; set; }
Property Value
Field
Gets or sets the field name reference.
public string Field { get; set; }
Property Value
Filter
Gets or sets the filter expression.
public string Filter { get; set; }
Property Value
ManualItems
Gets the manual items collection (tab separated underlying value).
public SeparatedStringCollection ManualItems { get; }
Property Value
OutputFormatter
Gets the output formatter for this source.
public PropertyOutputFormatterBase OutputFormatter { get; }
Property Value
SortOrderId
Gets or sets the sort order ID.
public string SortOrderId { get; set; }
Property Value
SourceType
Gets or sets the source type enumeration.
public LlDomSourceType SourceType { get; set; }
Property Value
TableId
Gets or sets the table ID.
public string TableId { get; set; }
Property Value
Verification
Gets the input edit verification settings if available.
[JsonInclude]
public PropertyInputEditVerification Verification { get; }