Class CustomReportText
Inheritance
System.Object
CustomReportText
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CustomReportText : CustomReportDefinitionItem, IEquatable<APIBase>
Properties
Bold
Declaration
public bool Bold { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CADTextSize
Declaration
public Overridable<double> CADTextSize { get; set; }
Property Value
HeadingType
Declaration
public HeadingType HeadingType { get; set; }
Property Value
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>
Extension Methods