Class CustomReport
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CustomReport
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CustomReport : CustomReportItemContainer, IEquatable<APIBase>
Properties
CADTableBorderStyle
Declaration
public CadTableBorderType CADTableBorderStyle { get; set; }
Property Value
FontHeightForCADTables
Declaration
public double FontHeightForCADTables { get; set; }
Property Value
Type |
Description |
System.Double |
|
HideCADTableBorders
Declaration
public bool HideCADTableBorders { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeReportCheck
Declaration
public DefinitionBooleanCheckOptions IncludeReportCheck { get; set; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
PageHeightForCADExport
Declaration
public double PageHeightForCADExport { get; set; }
Property Value
Type |
Description |
System.Double |
|
PageOrientationForCADExport
Declaration
public EnumWithSelectedValue<CadPageOrientation> PageOrientationForCADExport { get; set; }
Property Value
PageSizeForCADExport
Declaration
public CadPageSize PageSizeForCADExport { get; set; }
Property Value
PageWidthForCADExport
Declaration
public double PageWidthForCADExport { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShowTableOfContents
Declaration
public bool ShowTableOfContents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TextMarginForCADTables
Declaration
public double TextMarginForCADTables { get; set; }
Property Value
Type |
Description |
System.Double |
|
UseDefaultBorder
Declaration
public bool UseDefaultBorder { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods