Class
CheckBox

Represents the processing instance of the CheckBox item.

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class CheckBox : TextItemBase, ITableCell, ILayoutElementContainer

Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemTextItemBaseCheckBox

Implements: ILayoutElementContainerITableCell

Inherited Members TextItemBase.FormatReportItem.BoundsReportItem.LocationReportItem.SizeReportItem.TopReportItem.LeftReportItem.WidthReportItem.HeightReportItem.DockingReportItem.AnchoringReportItemBase.InitializeDefinitionBasedProperties(ReportObject)ReportItemBase.TryExecuteMethodByName(string)ReportItemBase.ProcessAccessibleRole()ReportItemBase.ProcessAccessibleDescription()ReportItemBase.ProcessAIDescription()ReportItemBase.BookmarkReportItemBase.BookmarkIdReportItemBase.DocumentMapTextReportItemBase.TocTextReportItemBase.ActionReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.ItemDefinitionReportItemBase.NameReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionProcessingElement.OnError(Exception)ProcessingElement.ConvertBoundValue(PropertyInfo, object)ProcessingElement.ExceptionProcessingElement.ParentProcessingElement.ReportProcessingElement.CultureProcessingElement.ChildElementsProcessingElement.DataObjectProcessingElement.ThrowWhenBindingUnsuccessfulVisualElement.StyleVisualElement.VisibleLayoutElement.ParentElementReportObject.ToString(string[])

Properties

CheckAlign

Internal use only

Declaration

cs-api-definition
public ContentAlignment CheckAlign { get; set; }

Property Value

ContentAlignment

FalseValue

Internal use only

Declaration

cs-api-definition
public object FalseValue { get; set; }

Property Value

object

IndeterminateValue

Internal use only

Declaration

cs-api-definition
public object IndeterminateValue { get; set; }

Property Value

object

Text

Internal use only

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

TrueValue

Internal use only

Declaration

cs-api-definition
public object TrueValue { get; set; }

Property Value

object

Value

Gets or sets the value of the processing instance of the check box. Can be set directly to CheckState value.

Declaration

cs-api-definition
public object Value { get; set; }

Property Value

object

Methods

Dispose(bool)

Internal use only

Declaration

cs-api-definition
protected override void Dispose(bool disposing)

Parameters

disposing

bool

Overrides ReportItemBase.Dispose(bool)

ToString()

Internal use only

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides ProcessingElement.ToString()