Class
CheckBox

Represents a check box report item.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[ToolboxBitmap(typeof(CheckBox), "Resources.Checkbox.bmp")]
public class CheckBox : TextItemBase, IToggleVisibilityTarget, IActionTarget

Inheritance: objectReportObjectReportItemBaseReportItemTextItemBaseCheckBox

Implements: IActionTargetIToggleVisibilityTarget

Inherited Members TextItemBase.AngleTextItemBase.FormatTextItemBase.CanGrowTextItemBase.CanShrinkTextItemBase.MultilineTextItemBase.TextWrapTextItemBase.CultureTextItemBase.DefaultSizeReportItem.SizeReportItem.LocationReportItem.AnchoringReportItem.DockingReportItem.BoundsReportItem.LeftReportItem.RightReportItem.TopReportItem.BottomReportItem.WidthReportItem.HeightReportItemBase.Dispose()ReportItemBase.Dispose(bool)ReportItemBase.ToString()ReportItemBase.Contains(ReportItemBase)ReportItemBase.GetEventHandlers(EventHandler)ReportItemBase.OnItemValidate(ReportItemBase)ReportItemBase.ClearGlobalDependencies()ReportItemBase.ContainerReportItemBase.DesignModeReportItemBase.SiteReportItemBase.NameReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.VisibleReportItemBase.StyleNameReportItemBase.StyleReportItemBase.ItemsReportItemBase.ParentReportItemBase.ReportReportItemBase.ConditionalFormattingReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.BindingsReportItemBase.ToolTipReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionReportItemBase.ItemDataBindingReportItemBase.ItemDataBoundReportItemBase.DisposedReportObject.ToString(string[])

Constructors

CheckBox()

Declaration

cs-api-definition
public CheckBox()

Properties

CheckAlign

Gets or sets the alignment of the check mark on a CheckBox.

Declaration

cs-api-definition
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

cs-api-definition
[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

cs-api-definition
[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

cs-api-definition
[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

cs-api-definition
[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

cs-api-definition
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

cs-api-definition
[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

cs-api-definition
[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

cs-api-definition
[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.