ClassCheckBox
Represents a check box report item.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
[ToolboxBitmap(typeof(CheckBox), "Resources.Checkbox.bmp")]
public class CheckBox : TextItemBase, IToggleVisibilityTarget, IActionTarget
Inheritance: objectReportObjectReportItemBaseReportItemTextItemBaseCheckBox
Implements:
Inherited Members
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
ContentAlignment
One of the ContentAlignment values. The default is MiddleLeft.
CheckedImage
Gets or sets the image corresponding to an Selected CheckBox
Declaration
[TypeConverter(typeof(ObjectValueConverter))]
public object CheckedImage { get; set; }
Property Value
object
A string started with "=" is interpreted as an expression,
FalseValue
Gets or sets the value template corresponding to an Unchecked CheckBox
Declaration
[TypeConverter(typeof(ObjectValueConverter))]
public object FalseValue { get; set; }
Property Value
object
A 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
[TypeConverter(typeof(ObjectValueConverter))]
public object IndeterminateImage { get; set; }
Property Value
object
A string started with "=" is interpreted as an expression,
IndeterminateValue
Gets or sets the value template corresponding to an Indeterminate CheckBox
Declaration
[TypeConverter(typeof(ObjectValueConverter))]
public object IndeterminateValue { get; set; }
Property Value
object
A 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
string
A 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
[TypeConverter(typeof(ObjectValueConverter))]
public object TrueValue { get; set; }
Property Value
object
A 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
[TypeConverter(typeof(ObjectValueConverter))]
public object UncheckedImage { get; set; }
Property Value
object
A string started with "=" is interpreted as an expression,
Value
Gets or sets the value of the check box.
Declaration
[TypeConverter(typeof(ObjectValueConverter))]
public object Value { get; set; }
Property Value
object
A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string.