Class CustomReportText
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CustomReportText
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility.Report
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CustomReportText : CustomReportDefinitionItem, IEquatable<APIBase>
Properties
Bold
Declaration
public bool Bold { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CADTextSize
Measurement: ShortLength
Declaration
public Overridable<double> CADTextSize { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
HeadingType
Declaration
public HeadingType HeadingType { get; set; }
Property Value
Type | Description |
---|---|
HeadingType |
IsHeading
Declaration
public bool IsHeading { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowSymbol
Declaration
public bool ShowSymbol { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowUnit
Declaration
public bool ShowUnit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Text
To combine user-specified text with a property value use the string {TEXT}, which will be replaced with the property value. e.g. 'Addendum = {TEXT}' would be shown as 'Addendum = 5.422', assuming the Property Source gives the value 5.422.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>