Class CustomReportPropertyItem
Inheritance
System.Object
CustomReportPropertyItem
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class CustomReportPropertyItem : APIBase, IEquatable<APIBase>
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