[]
        
(Showing Draft Content)

C1.WPF.FlexReport.TextField

TextField Class

Represents a field containing a uniformly formatted databound or static text.

Implements
Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public class TextField : TextFieldBase, ICloneable

Constructors

Name Description
TextField()

Initialize a new instance of the TextField class.

TextField(string)

Initializes a new instance of the TextField class.

TextField(string, string)

Initializes a new instance of the TextField class.

TextField(string, string, double, double, double, double)

Initializes a new instance of the TextField class.

Properties

Name Description
Format

Gets or sets a string used to format the field value.

Text

Gets or sets a ScriptObjectValue yielding the text of the field.

Methods

Name Description
AssignFrom(ReportObject, bool)

Copies properties from another object into this object.

CreateSame()

Creates instance of the same type as current object.

GetText()

Gets all drawing text from this field.