| Name | Description |
| ActualRightToLeft | Gets the actual right-to-left value that is being used. If the field's own RightToLeft is not null, that value is returned. Otherwise the ActualRightToLeft defined on the report is returned. (Inherited from C1.Win.FlexReport.FieldBase) |
| Align | Gets or sets the text alignment within the field. |
| Anchor | Gets or sets a value determining how the field's vertical position changes relative to its containing SubSection. (Inherited from C1.Win.FlexReport.FieldBase) |
| AutoHeight | Gets or sets a value determining how height of object changes depending on its content. (Inherited from C1.Win.FlexReport.FieldBase) |
| AutoWidth | Gets or sets a value determining how width of object changes depending on its content. (Inherited from C1.Win.FlexReport.FieldBase) |
| BackColor | Gets or sets the field's background color, this property works via Background property using C1.Win.Document.C1SolidBrush. (Inherited from C1.Win.FlexReport.VisualReportObject) |
| Background | Gets or sets the C1.Win.Document.C1Brush object determining the object's background. (Inherited from C1.Win.FlexReport.VisualReportObject) |
| BarCode | Gets or sets a value indicating whether the field should render as barcode. |
| BarcodeOptions | Gets the BarcodeOptions object which allows to define various barcode-related options. |
| Bookmark | Gets or sets a ScriptStringValue yielding the bookmark associated with the current object. (Inherited from C1.Win.FlexReport.VisualReportObject) |
| Border | Gets or sets the Border object determining how borders are drawn around the object. (Inherited from C1.Win.FlexReport.VisualReportObject) |
| BorderColor | Gets or sets the field's border color. |
| BordersSplitHorzMode | Gets or sets a value determining how borders are drawn if the object is too wide and is split between horizontal pages. (Inherited from C1.Win.FlexReport.VisualReportObject) |
| BordersSplitVertMode | Gets or sets a value determining how borders are drawn if the object is too high and is split between pages. (Inherited from C1.Win.FlexReport.VisualReportObject) |
| BorderStyle | Gets or sets the field's border style. |
| Bottom | Gets the y-coordinate of the field's bottom edge in twips. (Inherited from C1.Win.FlexReport.FieldBase) |
| Bounds | Gets or sets bounds of this FieldBase object. (Inherited from C1.Win.FlexReport.FieldBase) |
| Calculated | Specifies whether the Text property should be interpreted as a literal value or as a calculated expression. |
| CanGrow | Specifies whether the field height should be automatically increased to fit the field's contents. |
| CanShrink | Specifies whether the field height should be automatically reduced to fit the field's contents. |
| CheckBox | Specifies whether the field should be displayed as a checkbox. |
| Font | Gets or sets the field's font. |
| ForcePageBreak | Gets or sets a value determining whether to insert page breaks before or after the field. (Inherited from C1.Win.FlexReport.FieldBase) |
| ForeColor | Gets or sets the field's foreground color. |
| Format | Gets or sets a string used to format the field value. |
| Height | Gets or sets the height of the field in twips. (Inherited from C1.Win.FlexReport.FieldBase) |
| HideDuplicates | Specifies whether duplicate values in consecutive records should be suppressed. |
| Hyperlink | Gets the hyperlink associated with the current field. (Inherited from C1.Win.FlexReport.FieldBase) |
| KeepTogether | Specifies whether the field should be kept together on a page. (Inherited from C1.Win.FlexReport.FieldBase) |
| Left | Gets or sets the X coordinate of the field's left edge in twips. (Inherited from C1.Win.FlexReport.FieldBase) |
| LineSpacing | Gets or sets the line spacing between text lines in the field, in percent. The default is 100 which corresponds to normal line spacing.
Note that this property is ignored if RTF is true. |
| LineWidth | Gets or sets the width of the field's border or line. |
| Location | Gets or sets the field's location within the section, in twips. |
| MarginBottom | Gets or sets the spacing between the bottom edge of the field and its content, in twips. (Inherited from C1.Win.FlexReport.FieldBase) |
| MarginLeft | Gets or sets the spacing between the left edge of the field and its content, in twips. (Inherited from C1.Win.FlexReport.FieldBase) |
| MarginRight | Gets or sets the spacing between the right edge of the field and its content, in twips. (Inherited from C1.Win.FlexReport.FieldBase) |
| MarginTop | Gets or sets the spacing between the top edge of the field and its content, in twips. (Inherited from C1.Win.FlexReport.FieldBase) |
| Name | Gets or sets the field name. (Inherited from C1.Win.FlexReport.FieldBase) |
| OutlineLabel | Gets or sets a ScriptStringValue yielding the label associated with the object in the outline tree. (Inherited from C1.Win.FlexReport.VisualReportObject) |
| OutlineParent | Gets or sets the name of the object that will be the parent of the current object in the outline tree. If unspecified, the report hierarchy will be used to determine the parent. (Inherited from C1.Win.FlexReport.VisualReportObject) |
| ParentReport | Overridden. Gets the C1FlexReport containing this field. |
| Picture | Gets or sets a picture to display on the field. |
| PictureAlign | Gets or sets how field pictures should be the aligned. |
| PictureScale | Gets or sets how images should be the scaled to fit within the field area. |
| RenderHeight | Gets the actual height of the current field. This property can only be used while the report is being rendered, otherwise it returns -1. (Inherited from C1.Win.FlexReport.FieldBase) |
| RenderLeft | Gets the actual left position of the current field in its subsection. This property can only be used while the report is being rendered, otherwise it returns -1. (Inherited from C1.Win.FlexReport.FieldBase) |
| RenderTop | Gets the actual top position of the current field in its subsection. This property can only be used while the report is being rendered, otherwise it returns -1. (Inherited from C1.Win.FlexReport.FieldBase) |
| RenderWidth | Gets the actual width of the current field. This property can only be used while the report is being rendered, otherwise it returns -1. (Inherited from C1.Win.FlexReport.FieldBase) |
| Right | Gets the x-coordinate of the field's right edge in twips. (Inherited from C1.Win.FlexReport.FieldBase) |
| RightToLeft | Gets or sets a value indicating whether right-to-left text rendering rules should be used. If null (which is the default), the property RightToLeft defined on the report is used. (Inherited from C1.Win.FlexReport.FieldBase) |
| RTF | Gets or sets a value indicating whether strings enclosed in curly brackets should render as RTF. |
| RunningSum | Specifies whether to show a running sum for the field. |
| Section | Gets or sets the section to which the field belongs. (Inherited from C1.Win.FlexReport.FieldBase) |
| Shape | Gets or sets an instance of the C1.Win.Document.ShapeBase-derived class specifying properties of the geometric shape drawn by this field (if ShapeType is not None). |
| ShapeType | Gets or sets the type of geometric shape drawn by the current field.
The default is None. |
| Size | Gets or sets the field's size, in twips. |
| SplitHorzBehavior | Gets or sets a value determining how the object is treated when it is too wide to fit in the horizontal space available on the current page. (Inherited from C1.Win.FlexReport.FieldBase) |
| SplitVertBehavior | Gets or sets a value determining how the object is treated when it is too high to fit in the vertical space available on the current page. (Inherited from C1.Win.FlexReport.FieldBase) |
| Subreport | Gets or sets a reference to another report to be rendered within the field (a subreport). |
| SubreportHasData | Returns whether a subreport has data and suppresses rendering if it doesn't. |
| SubSection | Gets the SubSection object containing this field. (Inherited from C1.Win.FlexReport.FieldBase) |
| SubSectionIndex | Gets or sets the index of the SubSection in Section to which the field belongs. (Inherited from C1.Win.FlexReport.FieldBase) |
| Tag | Gets or sets arbitrary data associated with the object. (Inherited from C1.Win.FlexReport.ReportObject) |
| Text | Gets or sets the field's text. |
| TextAngle | Gets or sets the angle of text rotation within the field (including barcodes). |
| Top | Gets or sets the Y coordinate of the field's top edge in twips. (Inherited from C1.Win.FlexReport.FieldBase) |
| Value | Gets or sets the field's calculated value. |
| Visible | Gets or sets a value indicating whether the field is visible or hidden. (Inherited from C1.Win.FlexReport.FieldBase) |
| Width | Gets or sets the width of the field in twips. (Inherited from C1.Win.FlexReport.FieldBase) |
| WordWrap | Gets or sets a value indicating whether automatic word wrapping is on. |
| WritingMode | Gets or sets the text writing mode: horizontal (default), vertical with left to right flow etc. |
| ZOrder | Gets or sets the ZOrder of the field. (Inherited from C1.Win.FlexReport.FieldBase) |