Class CustomReportColumn
Inheritance
System.Object
CustomReportColumn
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Utility.Report
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CustomReportColumn : CustomReportItemContainerCollectionItem, IEquatable<APIBase>
Properties
AutoWidth
Declaration
public bool AutoWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Width
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>