Skip to main content

Class ReportLabelLayoutEntity

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ReportLabelLayoutEntity.

Inheritance

objectCarrierReportLabelLayoutEntity

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Examples

Get ReportLabelLayoutEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ReportAgent(configuration);
var reportLabelLayoutEntity = agent.GetReportLabelLayoutEntity( 123 );

Constructors

ReportLabelLayoutEntity()

Default constructor - defaults any enum props to 0.

Properties

BottomMargin

Bottom margin in twips

Property Value

uint

CountColumns

Number og columns

Property Value

short

CountRows

Number of rows

Property Value

short

Description

Description

Property Value

string

LeftMargin

Left margin in twips

Property Value

uint

Name

Name of the label layout

Property Value

string

Orientation

Paper orientation: 1=portrait, 2=landscape NULL if unknown enum value.

Property Value

ReportPaperOrientation?

See Also

ReportLabelLayoutEntity.Orientation_String

Orientation_String

Paper orientation: 1=portrait, 2=landscape Raw string enum value.

Property Value

string

See Also

ReportLabelLayoutEntity.Orientation

PaperHeight

Paper height in twips

Property Value

uint

PaperWidth

Paper width in twips

Property Value

uint

ReportLabelLayoutId

Primary key

Property Value

int

RightMargin

Right margin in twips

Property Value

uint

TopMargin

Top margin in twips

Property Value

uint

See Also

ReportAgent