Class CustomRow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CustomRow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility.Report
Assembly: SMT.MastaAPI.13.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 |
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>