ReportElementShowTotal Property |
For Data elements, add a row or a column showing the total of the element in the table. 'Show only total' means that the columns containing the values of the element will be hidden in the table, only the column containing the total of the element is displayed.
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.1.0.0 (6.1.0.0)
Syntax[DefaultValueAttribute(ShowTotal.No)]
public ShowTotal ShowTotal { get; set; }
<DefaultValueAttribute(ShowTotal.No)>
Public Property ShowTotal As ShowTotal
Get
Set
public:
[DefaultValueAttribute(ShowTotal::No)]
property ShowTotal ShowTotal {
ShowTotal get ();
void set (ShowTotal value);
}
[<DefaultValueAttribute(ShowTotal.No)>]
member ShowTotal : ShowTotal with get, set
Property Value
Type:
ShowTotal
See Also