Class UserTextRow
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
UserTextRow
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility.Report
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class UserTextRow : CustomRow, IEquatable<APIBase>
Properties
AdditionalText
Declaration
public string AdditionalText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HeadingSize
Declaration
public HeadingSize HeadingSize { get; set; }
Property Value
Type | Description |
---|---|
HeadingSize |
IsHeading
Declaration
public bool IsHeading { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowAdditionalText
Declaration
public bool ShowAdditionalText { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>