ReportElementShowAllEnums Property |
If Yes, all the values defined in the enumerated list will be shown in the tables, even if the value is not the database Result Set.
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.0.0.0 (6.0.0.0)
Syntax[DefaultValueAttribute(false)]
public bool ShowAllEnums { get; set; }
<DefaultValueAttribute(false)>
Public Property ShowAllEnums As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
property bool ShowAllEnums {
bool get ();
void set (bool value);
}
[<DefaultValueAttribute(false)>]
member ShowAllEnums : bool with get, set
Property Value
Type:
Boolean
See Also