Class PropertyDefaultValues
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents default value settings for variables/parameters, supporting a global All flag and data expression.
public class PropertyDefaultValues : DomItem
- Inheritance
-
PropertyDefaultValues
- Inherited Members
Properties
All
Gets or sets whether all values are selected.
public bool All { get; set; }
Property Value
Data
Gets or sets the data expression for default values.
public string Data { get; set; }