Skip to main content

Constructors

NSReportLabelLayoutEntity()

Initializes a new instance of the NSReportLabelLayoutEntity class.

Methods

GetBottomMargin()

Returns: CRMScript.Global.Integer - Bottom margin in twips. Example:

GetCountColumns()

Returns: CRMScript.Global.Integer - Number of columns. Example:

GetCountRows()

Returns: CRMScript.Global.Integer - Number of rows. Example:

GetDescription()

Returns: CRMScript.Global.String - Description. Example:

GetLeftMargin()

Returns: CRMScript.Global.Integer - Left margin in twips. Example:

GetName()

Returns: CRMScript.Global.String - Name of the label layout. Example:

GetOrientation()

Returns: CRMScript.Global.Integer - Paper orientation 1=portrait, 2=landscape. See <xref href=“CRMScript.NetServer.ReportPaperOrientation” data-throw-if-not-resolved=“false”></xref>. Example:

GetPaperHeight()

Returns: CRMScript.Global.Integer - Paper height in twips. Example:

GetPaperWidth()

Returns: CRMScript.Global.Integer - Paper width in twips. Example:

GetReportLabelLayoutId()

Returns: CRMScript.Global.Integer - Primary key. Example:

GetRightMargin()

Returns: CRMScript.Global.Integer - Right margin in twips. Example:

GetTopMargin()

Returns: CRMScript.Global.Integer - Top margin in twips. Example:

SetBottomMargin(Integer)

Returns: CRMScript.Global.Void Example:

SetCountColumns(Integer)

Returns: CRMScript.Global.Void Example:

SetCountRows(Integer)

Returns: CRMScript.Global.Void Example:

SetDescription(String)

Returns: CRMScript.Global.Void Example:

SetLeftMargin(Integer)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetOrientation(Integer)

Returns: CRMScript.Global.Void Example:

SetPaperHeight(Integer)

Returns: CRMScript.Global.Void Example:

SetPaperWidth(Integer)

Returns: CRMScript.Global.Void Example:

SetReportLabelLayoutId(Integer)

Returns: CRMScript.Global.Void Example:

SetRightMargin(Integer)

Returns: CRMScript.Global.Void Example:

SetTopMargin(Integer)

Returns: CRMScript.Global.Void Example: