Class CustomRow
Inheritance
System.Object
CustomRow
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class CustomRow : CustomReportPropertyItem, IEquatable<APIBase>
Properties
CalculateSumOfValues
Declaration
public bool CalculateSumOfValues { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CountValues
Declaration
public bool CountValues { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsMinorValue
Tables containing only minor values will not be shown in reports.
Declaration
public bool IsMinorValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
OverriddenPropertyName
Declaration
public string OverriddenPropertyName { get; set; }
Property Value
Type |
Description |
System.String |
|
OverridePropertyName
Declaration
public bool OverridePropertyName { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool ShowAsInformation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowMaximumOfAbsoluteValues
Declaration
public bool ShowMaximumOfAbsoluteValues { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowMaximumOfValues
Declaration
public bool ShowMaximumOfValues { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowMinimumOfValues
Declaration
public bool ShowMinimumOfValues { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods