Class DBC.SORFieldFields
Fields for SORField, SuperOffice reporter data
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SORFieldFields : Object
Fields
Alignment
SORField.Alignment: 0=left, 1=right, 2=center
Declaration
public const string Alignment = "alignment"
Field Value
Type | Description |
---|---|
String |
Content
SORField.Content: Field: db field name; Label: caption; image: file name; otherwise - empty
Declaration
public const string Content = "content"
Field Value
Type | Description |
---|---|
String |
ContentResId
SORField.ContentResId: resource id if translatable resource
Declaration
public const string ContentResId = "contentResId"
Field Value
Type | Description |
---|---|
String |
DataFormat
SORField.DataFormat: Field format mask
Declaration
public const string DataFormat = "dataFormat"
Field Value
Type | Description |
---|---|
String |
FieldType
SORField.FieldType: field, label, line, image, pagenr, pages, date, associatename
Declaration
public const string FieldType = "fieldType"
Field Value
Type | Description |
---|---|
String |
FontBold
SORField.FontBold: 1=bold
Declaration
public const string FontBold = "fontBold"
Field Value
Type | Description |
---|---|
String |
FontColor
SORField.FontColor: colour index
Declaration
public const string FontColor = "fontColor"
Field Value
Type | Description |
---|---|
String |
FontItalic
SORField.FontItalic: 1=iatlic
Declaration
public const string FontItalic = "fontItalic"
Field Value
Type | Description |
---|---|
String |
FontName
SORField.FontName: Name of font
Declaration
public const string FontName = "fontName"
Field Value
Type | Description |
---|---|
String |
FontSize
SORField.FontSize: In points
Declaration
public const string FontSize = "fontSize"
Field Value
Type | Description |
---|---|
String |
FontStrikethrough
SORField.FontStrikethrough: 1=strikethrough
Declaration
public const string FontStrikethrough = "fontStrikethrough"
Field Value
Type | Description |
---|---|
String |
FontUnderline
SORField.FontUnderline: 1=underline
Declaration
public const string FontUnderline = "fontUnderline"
Field Value
Type | Description |
---|---|
String |
Func
SORField.Func: -1=NULL, 0=ddSFSum, 1=ddSFAvg, 2=ddSFCount, 3=dSFMin, 4=ddSFMax
Declaration
public const string Func = "func"
Field Value
Type | Description |
---|---|
String |
GroupType
SORField.GroupType: -1=NULL, 0=ddSMNone, 1=ddSMGrandTotal, 2=ddSMPageTotal, 3=ddSMSubTotal, 4=ddSMPageCount
Declaration
public const string GroupType = "groupType"
Field Value
Type | Description |
---|---|
String |
Registered
SORField.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
SORField.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Running
SORField.Running: -1=NULL, 0=ddSRNone, 1=ddSRGroup, 2=ddSRAll
Declaration
public const string Running = "running"
Field Value
Type | Description |
---|---|
String |
SetHeight
SORField.SetHeight: height in twips
Declaration
public const string SetHeight = "setHeight"
Field Value
Type | Description |
---|---|
String |
SetLeft
SORField.SetLeft: left position in twips
Declaration
public const string SetLeft = "setLeft"
Field Value
Type | Description |
---|---|
String |
SetTop
SORField.SetTop: top position in twips
Declaration
public const string SetTop = "setTop"
Field Value
Type | Description |
---|---|
String |
SetWidth
SORField.SetWidth: width in twips
Declaration
public const string SetWidth = "setWidth"
Field Value
Type | Description |
---|---|
String |
Sgroup
SORField.Sgroup: Which group to use for heading: GroupHeader1-3 or empty string
Declaration
public const string Sgroup = "sgroup"
Field Value
Type | Description |
---|---|
String |
SORFieldId
SORField.SORFieldId: Primary key
Declaration
public const string SORFieldId = "SORField_id"
Field Value
Type | Description |
---|---|
String |
SORSectionId
SORField.SORSectionId: Foreign key to Section
Declaration
public const string SORSectionId = "SORSection_id"
Field Value
Type | Description |
---|---|
String |
Updated
SORField.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
SORField.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
SORField.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |
Visible
SORField.Visible: Is field visible, 1=true
Declaration
public const string Visible = "visible"
Field Value
Type | Description |
---|---|
String |