New to Telerik ReportingStart a free 30-day trial

Represents the processing instance of the CheckBox item.

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

C#
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.TocLevelReportItemBase.ActionReportItemBase.ItemDataBindingMethodNameReportItemBase.ItemDataBoundMethodNameReportItemBase.ItemDefinitionReportItemBase.NameReportItemBase.AccessibleDescriptionReportItemBase.AccessibleRoleReportItemBase.AIDescriptionReportItemBase.IsRepeatedProcessingElement.OnError(Exception)ProcessingElement.ConvertBoundValue(PropertyInfo, object)ProcessingElement.ExceptionProcessingElement.ParentProcessingElement.ReportProcessingElement.CultureProcessingElement.ChildElementsProcessingElement.DataObjectProcessingElement.ThrowWhenBindingUnsuccessfulVisualElement.StyleVisualElement.VisibleLayoutElement.ParentElementReportObject.ToString(string[])...

Properties

CheckAlign

ContentAlignment

Internal use only

C#
public ContentAlignment CheckAlign { get; set; }

Internal use only

C#
public object FalseValue { get; set; }

Internal use only

C#
public object IndeterminateValue { get; set; }

Text

string

Internal use only

C#
public string Text { get; set; }

TrueValue

object

Internal use only

C#
public object TrueValue { get; set; }

Value

object

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

C#
public object Value { get; set; }

Methods

Internal use only

C#
protected override void Dispose(bool disposing)
Parameters:disposingbool

Overrides: ReportItemBase.Dispose(bool)

Internal use only

C#
public override string ToString()
Returns:

string

Overrides: ProcessingElement.ToString()