Class CustomReportPropertyItem
Inheritance
System.Object
CustomReportPropertyItem
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class CustomReportPropertyItem : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
FontStyle
Declaration
public FontStyle FontStyle { get; set; }
Property Value
FontWeight
Declaration
public FontWeight FontWeight { get; set; }
Property Value
HorizontalPosition
Declaration
public CellValuePosition HorizontalPosition { get; set; }
Property Value
ShowPropertyName
Declaration
public bool ShowPropertyName { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
AddCondition()
Declaration
public void AddCondition()
Implements
System.IEquatable<T>
Extension Methods