FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / TextField Class
Properties Methods


In This Topic
    TextField Class Members
    In This Topic

    The following tables list the members exposed by TextField.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets 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)
    Public PropertyGets or sets a value determining how text is aligned within the field. (Inherited from C1.Win.FlexReport.TextFieldBase)
    Public PropertyGets or sets a value determining how the field's vertical position changes relative to its containing SubSection. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets a value determining how height of object changes depending on its content. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets a value determining how width of object changes depending on its content. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets the field's background color, this property works via VisualReportObject.Background property using C1.Win.C1Document.C1SolidBrush. (Inherited from C1.Win.FlexReport.VisualReportObject)
    Public PropertyGets or sets the C1.Win.C1Document.C1Brush object determining the object's background. (Inherited from C1.Win.FlexReport.VisualReportObject)
    Public PropertyGets or sets a ScriptStringValue yielding the bookmark associated with the current object. (Inherited from C1.Win.FlexReport.VisualReportObject)
    Public PropertyGets or sets the VisualReportObject.Border object determining how borders are drawn around the object. (Inherited from C1.Win.FlexReport.VisualReportObject)
    Public PropertyGets 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)
    Public PropertyGets 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)
    Public PropertyGets the y-coordinate of the field's bottom edge in twips. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets bounds of this FieldBase object. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets the text font. (Inherited from C1.Win.FlexReport.TextFieldBase)
    Public PropertyGets or sets a value determining whether to insert page breaks before or after the field. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets the field's foreground color. (Inherited from C1.Win.FlexReport.TextFieldBase)
    Public PropertyGets or sets a string used to format the field value.  
    Public PropertyGets or sets the height of the field in twips. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets the hyperlink associated with the current field. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertySpecifies whether the field should be kept together on a page. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets the X coordinate of the field's left edge in twips. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets the line spacing between text lines in the field, in percent. The default is 100 which corresponds to normal line spacing. (Inherited from C1.Win.FlexReport.TextFieldBase)
    Public PropertyGets or sets the spacing between the bottom edge of the field and its content, in twips. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets the spacing between the left edge of the field and its content, in twips. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets the spacing between the right edge of the field and its content, in twips. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets the spacing between the top edge of the field and its content, in twips. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets the field name. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets a ScriptStringValue yielding the label associated with the object in the outline tree. (Inherited from C1.Win.FlexReport.VisualReportObject)
    Public PropertyGets 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)
    Public PropertyGets the C1FlexReport containing this field. (Inherited from C1.Win.FlexReport.TextFieldBase)
    Public PropertyGets 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)
    Public PropertyGets 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)
    Public PropertyGets 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)
    Public PropertyGets 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)
    Public PropertyGets the x-coordinate of the field's right edge in twips. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets 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)
    Public PropertyGets or sets the section to which the field belongs. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets 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)
    Public PropertyGets 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)
    Public PropertyGets the SubSection object containing this field. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets the index of the SubSection in Section to which the field belongs. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets arbitrary data associated with the object. (Inherited from C1.Win.FlexReport.ReportObject)
    Public PropertyGets or sets a ScriptObjectValue yielding the text of the field.  
    Public PropertyGets or sets the angle of text rotation within the field. (Inherited from C1.Win.FlexReport.TextFieldBase)
    Public PropertySpecifies how text is adjusted to fit in the field's bounds.
    • Text is not adjusted.
    • The font size is adjusted (increased or decreased) so that text fits in the specified bounds.
    • The spacing between characters is adjusted (increased or decreased) so that text fits in the specified bounds.
    Unless TextFieldBase.TextFitMode is None, the TextFieldBase.WordWrap property is ignored (hard breaks are still respected though). (Inherited from C1.Win.FlexReport.TextFieldBase)
    Public PropertyGets or sets the Y coordinate of the field's top edge in twips. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets a value indicating whether the field is visible or hidden. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets the width of the field in twips. (Inherited from C1.Win.FlexReport.FieldBase)
    Public PropertyGets or sets a value indicating whether automatic word wrapping is on. (Inherited from C1.Win.FlexReport.TextFieldBase)
    Public PropertyGets or sets the text writing mode: horizontal (default), vertical with left to right flow, etc. (Inherited from C1.Win.FlexReport.TextFieldBase)
    Public PropertyGets or sets the ZOrder of the field. (Inherited from C1.Win.FlexReport.FieldBase)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. Copies properties from another object into this object.  
    Public MethodCreates a new object that is a copy of the current FieldBase object. (Inherited from C1.Win.FlexReport.FieldBase)
    Public MethodOverridden. Gets all drawing text from this field.  
    Public MethodMarks the owner report as dirty so it will clear the internal cache and render again. (Inherited from C1.Win.FlexReport.FieldBase)
    Public MethodRestore the TextFieldBase.Font property to its default value. (Inherited from C1.Win.FlexReport.TextFieldBase)
    Public MethodBrings a field to the front or sends it to the back of the ZOrder. (Inherited from C1.Win.FlexReport.FieldBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodPost action after the field is added to the parent report's fields colleciton. (Inherited from C1.Win.FlexReport.FieldBase)
    Top
    See Also