[]
        
(Showing Draft Content)

C1.WPF.Report.CheckBoxField

CheckBoxField Class

Represents a checkbox field in a report.

Implements
Namespace: C1.WPF.Report
Assembly: C1.WPF.Report.dll
Syntax
public class CheckBoxField : TextFieldBase, ICloneable

Constructors

Name Description
CheckBoxField()

Initialize a new instance of the CheckBoxField class.

Properties

Name Description
CheckAlign

Gets or sets the horizntal and vertical alignment of the check mark within the field area.

CheckMark

Gets the CheckMark object that determines the look of the check mark.

Text

Gets or sets a ScriptStringValue yielding the text shown in the field. Gets or sets the field's text.

ThreeState

Gets or sets a value indicating whether the checkbox will allow three check states rather than two.

Value

Gets or sets a ScriptObjectValue yielding the checked value of the checkbox.

Methods

Name Description
AssignFrom(ReportObject, bool)

Copies properties from another object into this object.

GetText()

Gets all drawing text from this field.

ResetCheckMark()

Restore the C1.Win.FlexReport.CheckMark properties to their default values.

ResetText()

Restore the CheckBoxField properties to their default values.