Class CustomReportPropertyItem
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CustomReportPropertyItem
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility.Report
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class CustomReportPropertyItem : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
FontStyle
Declaration
public FontStyle FontStyle { get; set; }
Property Value
Type | Description |
---|---|
FontStyle |
FontWeight
Declaration
public FontWeight FontWeight { get; set; }
Property Value
Type | Description |
---|---|
FontWeight |
HorizontalPosition
Declaration
public CellValuePosition HorizontalPosition { get; set; }
Property Value
Type | Description |
---|---|
CellValuePosition |
ShowPropertyName
Declaration
public bool ShowPropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
AddCondition()
Declaration
public void AddCondition()
Implements
System.IEquatable<T>