Class CheckBox
Represents a check box report item.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class CheckBox : TextItemBase, IReportItem, IComponent, IDisposable, IToggleVisibilityTarget, IActionTarget, IDesignTimeStyleEditable, INamedObject, IDesignTimeSelectable, ISupportsRotation, IDesignTimeFormattable
Constructors
CheckBox()
Declaration
public CheckBox()
Properties
CheckAlign
Gets or sets the alignment of the check mark on a CheckBox.
Declaration
public ContentAlignment CheckAlign { get; set; }
Property Value
System.Drawing.ContentAlignment
One of the System.Drawing.ContentAlignment values. The default is System.Drawing.ContentAlignment.MiddleLeft. |
CheckedImage
Gets or sets the image corresponding to an Selected CheckBox
Declaration
public object CheckedImage { get; set; }
Property Value
System.Object
A System.String started with "=" is interpreted as an expression, |
FalseValue
Gets or sets the value template corresponding to an Unchecked CheckBox
Declaration
public object FalseValue { get; set; }
Property Value
System.Object
A System.String started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. |
IndeterminateImage
Gets or sets the image corresponding to an Indeterminate CheckBox
Declaration
public object IndeterminateImage { get; set; }
Property Value
System.Object
A System.String started with "=" is interpreted as an expression, |
IndeterminateValue
Gets or sets the value template corresponding to an Indeterminate CheckBox
Declaration
public object IndeterminateValue { get; set; }
Property Value
System.Object
A System.String started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. |
Text
Gets or sets the current text (aka label) in the check box.
Declaration
public string Text { get; set; }
Property Value
System.String
A System.String started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also. |
TrueValue
Gets or sets the value template corresponding to an Selected CheckBox
Declaration
public object TrueValue { get; set; }
Property Value
System.Object
A System.String started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. |
UncheckedImage
Gets or sets the image corresponding to an Unchecked CheckBox
Declaration
public object UncheckedImage { get; set; }
Property Value
System.Object
A System.String started with "=" is interpreted as an expression, |
Value
Gets or sets the value of the check box.
Declaration
public object Value { get; set; }
Property Value
System.Object
A System.String started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. |