Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / Field Class
Properties Methods


In This Topic
    Field Class Members
    In This Topic

    The following tables list the members exposed by Field.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Field class.  
    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.  
    Public PropertyGets or sets how text is aligned within the field.  
    Public PropertyGets or sets the field's vertical position relative to its containing Section.  
    Public PropertyGets or sets the field's background color.  
    Public PropertyAllows fields to be rendered in barcode format.  
    Public PropertyTBD: Gets BarcodeOptions object which allows to define additional options for barcode rendering.  
    Public PropertyGets or sets the field's border color.  
    Public PropertyGets or sets the field's border style.  
    Public PropertyGets or sets the field's size and location within the section, in twips.  
    Public PropertySpecifies whether the Text property should be interpreted as a literal value or as a calculated expression.  
    Public PropertySpecifies whether the field height should be automatically increased to fit the field's contents.  
    Public PropertySpecifies whether the field height should be automatically reduced to fit the field's contents.  
    Public PropertySpecifies whether the field should be displayed as a checkbox.  
    Public PropertyGets or sets the field's font.  
    Public PropertySpecifies whether to insert page breaks before or after the field.  
    Public PropertyGets or sets the field's foreground color.  
    Public PropertyGets or sets a string used to format the field value.  
    Public PropertyGets or sets the height of the field in twips.  
    Public PropertySpecifies whether duplicate values in consecutive records should be suppressed.  
    Public PropertyReturns the position of the field in the parent report's C1Report.Fields collection.  
    Public PropertySpecifies whether the field should be kept together on a page.  
    Public PropertyGets or sets the x-coordinate of the field's left edge in twips.  
    Public PropertySpecifies whether a line should be drawn across the field (as opposed to a box around the field).  
    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.

    Note that this property is ignored if RTF is true.

     
    Public PropertyGets or sets the width of the field's border or line.  
    Public PropertyGets or sets an expression that evaluates to a URL to be visited when the field is clicked.  
    Public PropertyReturns the value of the LinkTarget expression.  
    Public PropertyGets or sets the field's location within the section, in twips.  
    Public PropertyGets or sets the spacing between the bottom edge of the field and its content, in twips.  
    Public PropertyGets or sets the spacing between the left edge of the field and its content, in twips.  
    Public PropertyGets or sets the spacing between the right edge of the field and its content, in twips.  
    Public PropertyGets or sets the spacing between the top edge of the field and its content, in twips.  
    Public PropertyGets or sets the field name.  
    Public PropertyGets the C1Report that contains this field.  
    Public PropertyGets the Section that contains this field.  
    Public PropertyGets or sets a picture to display on the field.  
    Public PropertyGets or sets how field pictures should be the aligned.  
    Public PropertyGets or sets how images should be the scaled to fit within the field area.  
    Public PropertyGets the height of the field in twips after the CanGrow and CanShrink properties have been applied to the field.  
    Public PropertyGets the y-coordinate of the field's top edge in twips after the CanGrow and CanShrink properties have been applied to the containing Section.  
    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.  
    Public PropertySpecifies whether the field should render string enclosed in curly brackets as RTF.  
    Public PropertySpecifies whether to show a running sum for the field.  
    Public PropertyGets or sets the section to which the field belongs.  
    Public PropertyGets or sets an instance of the ShapeBase-derived class specifying properties of the geometric shape drawn by this field (if ShapeType is not None).  
    Public PropertyGets or sets the type of geometric shape drawn by the current field.

    The default is None.

     
    Public PropertyGets or sets the field's size, in twips.  
    Public PropertyGets or sets a reference to another report to be rendered within the field (a subreport).  
    Public PropertyReturns whether a subreport has data and suppresses rendering if it doesn't.  
    Public PropertyGets or sets extra data needed by the calling program.  
    Public PropertyGets or sets the field's text.  
    Public PropertyGets or sets the angle of text rotation within the field (including barcodes).  
    Public PropertyGets or sets the direction of text within the field.  
    Public PropertyGets or sets the y-coordinate of the field's top edge in twips.  
    Public PropertyGets or sets the field's calculated value.  
    Public PropertySpecifies whether the Field will be rendered in the report.  
    Public PropertyGets or sets the width of the field in twips.  
    Public PropertySpecifies whether the field's contents should be allowed to wrap within the field rectangle.  
    Public PropertyGets or sets the ZOrder for the field.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current Field object.  
    Public MethodBrings a field to the front or sends it to the back of the ZOrder.  
    Public MethodReturns a description of the field (name, location, size).  
    Top
    Protected Methods
     NameDescription
    Protected MethodSelects the text or image that will be rendered by the field.  
    Top
    See Also