The RenderField type exposes the following members.
          
            
Properties
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              Anchor | 
                 
            Gets or sets a value determining the vertical position of the current field
            relative to the containing RenderSection.
             
               | 
            
| 
                 | 
              Anchors | 
                 
            Gets the collection of anchors (elements of the type C1Anchor) associated with the current object.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              BarCodeType | 
                 
            Gets or sets the type of barcode displayed by the current field.
            The default value (None) indicates that the current field
            should not be rendered as a barcode.
             
               | 
            
| 
                 | 
              BordersSplitHorzMode | 
                 
            Gets or sets a value indicating how borders are drawn
            if the object is too wide and is split between horizontal pages.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              BordersSplitVertMode | 
                 
            Gets or sets a value indicating how borders are drawn
            if the object is too high and is split between pages.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              BreakAfter | 
                 
            Gets or sets the type of break (none, line, column, or page) to insert after the current object.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              BreakBefore | 
                 
            Gets or sets the type of break (none, line, column, or page) to insert before the current object.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              Calculated | 
                 
            Gets or sets a value indicating whether the
            Text property should be interpreted as a literal value
            or as a calculated expression.
             
               | 
            
| 
                 | 
              CanGrow | 
                 
            Gets or sets a value indicating whether the height of the current field can increase
            automatically to fit the field's content.
             
               | 
            
| 
                 | 
              CanShrink | 
                 
            Gets or sets a value indicating whether the height of the current field can decrease
            automatically to fit the field's content.
             
               | 
            
| 
                 | 
              CanSplitHorz |  Obsolete.  
            Indicates whether the object can be split horizontally if it falls on a page break.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              CanSplitVert |  Obsolete.  
            Indicates whether the object can be split vertically if it falls on a page break.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              CheckBox | 
                 
            Gets or sets a value indicating whether the current field should be displayed as a checkbox.
             
               | 
            
| 
                 | 
              Children | 
                 
            Gets the collection of child render objects.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              Clip | 
                 
            Gets or sets the value indicating whether the object should be clipped.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              Collection | 
                 
            Gets the RenderObjectCollection containing the current object,
            or null if the current object has no Owner()()()() or the owner is not a RenderObjectCollection.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              Copies | 
                 
            Gets the collection of RenderObject objects generated by data binding.
            The value of this property is null if the object is not data bound.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              DataBinding | 
                 
            Gets an instance of C1DataBinding class representing the 
            data binding properties of the current object.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              DataBindingDefined | 
                 
            Gets a value indicating whether the current object is data bound.
            Returns true if the object's DataBinding property
            has been initialized and its Mode is not None.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              DataBindingMode | 
                 
            Gets a combination of DataBindingModeEnum flags
            specifying the data binding mode of the current object.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              DetectUrls | 
                 
            If the current field's RTF property is true,
            this property gets or sets a value indicating whether
            Uniform Resource Locators (URLs) will be automatically formatted
            when found in the text.
             
               | 
            
| 
                 | 
              Document | 
                 
            Gets the C1PrintDocument object containing the current RenderObject.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              FirstFragment | 
                 
            Gets the first fragment of the current object,
            or null if Fragments has not been initialized yet.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              Format | 
                 
            Gets or sets a string used to format the value of the current field.
             
               | 
            
| 
                 | 
              FormatDataBindingInstanceScript | 
                 
            Gets or sets a script that is executed each time a new instance
            of the current RenderObject
            is created due to data binding resolving.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              FragmentResolvedScript | 
                 
            Gets or sets the script that is executed each time a RenderFragment
            of the current render object is created and added to the Fragments collection
            on the current object.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              Fragments | 
                 
            Gets a RenderFragmentCollection containing the fragments
            produced by the current object in the generated document.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              GeneralTextAlignment | 
                 
            Gets or sets a value indicating whether the text alignment in the current field
            should depend on the type of data represented by the field. If this property
            is true, numbers will align to the right while all other data to the left.
             
               | 
            
| 
                 | 
              HasAnchors | 
                 
            Gets a value indicating whether the current object has any anchors associated with it
            (i.e. whether the Anchors collection exists and is not empty).
              (Inherited from RenderObject.) | 
            
| 
                 | 
              HasChildren | 
                 
            Gets a value indicating whether the current object has children
            (i.e. its Children collection contains at least one element).
              (Inherited from RenderObject.) | 
            
| 
                 | 
              HasFragments | 
                 
            Gets a value indicating whether the current object's Fragments
            collection has been initialized and contains one or more fragments.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              HasTabPositions | 
                 
            Gets a value indicating whether the TabPositions collection
            has been initialized and contains at least one element.
             
               | 
            
| 
                 | 
              Height | 
                 
            Gets or sets the height of the current object.
              (Inherited from RenderObject.)May be specified as auto (Auto), a percentage of the parent's height (e.g. "50%"), an absolute value (using DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "150%prev.height+1in").  | 
            
| 
                 | 
              HideDuplicates | 
                 
            Gets or sets a value indicating whether
            duplicate values in consecutive records should be suppressed.
             
               | 
            
| 
                 | 
              HidePicture | 
                 
            Gets or sets a value indicating whether the image should not be displayed,
            works similar to Hide.
             
               | 
            
| 
                 | 
              Hyperlink | 
                 
            Gets or sets the hyperlink (see C1Hyperlink) associated with the current object.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              IndexInOwner | 
                 
            Gets the index of the current object within the Owner()()()(), or -1 if there is no owner.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              KeepTogether | 
                 
            Gets or sets a render object which should be printed on the same page
            as the current object. The specified object must have the same
            Parent as the current object.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              LastFragment | 
                 
            Gets the last fragment of the current object,
            or null if Fragments has not been initialized yet.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              LayoutChangeAfter | 
                 
            Gets or sets the LayoutChangeBase object
            defining the change of page layout that will occur after the current object.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              LayoutChangeBefore | 
                 
            Gets or sets the LayoutChangeBase object
            defining the change of page layout that will occur before the current object.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              LineSlant | 
                 
            Gets or sets a value indicating whether a line should be drawn across the current field.
             
               | 
            
| 
                 | 
              Name | 
                 
            Gets or sets the name of the current object.
            The name can be an empty string. If it is not empty, the name must be unique
            among the current object's siblings (i.e. objects with the same Owner()()()()).
              (Inherited from RenderObject.) | 
            
| 
                 | 
              ObjectResolvedScript | 
                 
            Gets or sets the script that is executed when the current object has been completely resolved,
            all its fragments created and added to the Fragments collection
            of the current object.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              Original | 
                 
            Gets the original RenderField object that produced the current object
            during data binding, or null if there is no such object.
             
               | 
            
| 
                 | 
              PageNumberingChange | 
                 
            Gets or sets the PageNumberingChange object
            defining the page numbering change that will occur when the current object is rendered.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              Parent | 
                 
            Gets the parent RenderObject containing the current object.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              Picture | 
                 
            Gets or sets a picture to display in the current field.
             
               | 
            
| 
                 | 
              RTF | 
                 
            Gets or sets a value indicating whether the content of the Text property
            on the current field should be interpreted as RTF.
             
               | 
            
| 
                 | 
              SplitHorzBehavior | 
                 
            Gets or sets the 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 RenderObject.) | 
            
| 
                 | 
              SplitVertBehavior | 
                 
            Gets or sets the 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 RenderObject.) | 
            
| 
                 | 
              Stacking | 
                 
            Gets or sets the stacking rules used to arrange the children of the current object.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              Style | 
                 
            Gets the Style of the current object.
            This property cannot be assigned to. To use another style as the base
            for the current object's style, set the Parent to that other style.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              SubReport | 
                 
            Gets or sets a reference to a RenderReport object to be rendered
            as a sub-report within the current field.
             
               | 
            
| 
                 | 
              Table | 
                 
            Gets the most nested RenderTable containing the current render object,
            or null if the current object is not contained in a table.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              TableCell | 
                 
            Gets the TableCell object containing the current object,
            or null if the current object is not contained in a cell of a RenderTable.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              TableCol | 
                 
            Gets the 0-based index of the column in the most nested RenderTable
            containing the current render object, or -1 if the current object
            is not contained in a table.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              TableRow | 
                 
            Gets the 0-based index of the row in the most nested RenderTable
            containing the current render object, or -1 if the current object
            is not contained in a table.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              TabPositions | 
                 
            Gets the collection of TabPosition objects
            describing text tab positions in the current RenderField object.
             
               | 
            
| 
                 | 
              Text | 
                 
            Gets or sets the text of the current RenderField object.
             
               | 
            
| 
                 | 
              UserData | 
                 
            Gets or sets arbitrary data associated with the current object.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              Visibility | 
                 
            Gets or sets a value indicating the visibility of the current object.
              (Inherited from RenderObject.) | 
            
| 
                 | 
              Width | 
                 
            Gets or sets the width of the current object.
              (Inherited from RenderObject.)May be specified as auto (Auto), a percentage of the parent's width (e.g. "50%"), an absolute value (using DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "Max(prev.width,6cm)").  | 
            
| 
                 | 
              X | 
                 
            Gets or sets the X coordinate of the current object.
              (Inherited from RenderObject.)May be specified as auto (Auto), an absolute value (using DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "prev.right+2mm").  | 
            
| 
                 | 
              Y | 
                 
            Gets or sets the Y coordinate of the current object.
              (Inherited from RenderObject.)May be specified as auto (Auto), an absolute value (using DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "prev.height/2-self.height/2").  | 
            
| 
                 | 
              ZOrder | 
                 
            Gets or sets the Z-order of the current object.
            Objects with smaller Z-order values are drawn under objects with larger Z-order values.
            By default, this property is zero.
              (Inherited from RenderObject.) |