Class
GaugeBase

Internal use only

Definition

Namespace:Telerik.Reporting.Processing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public abstract class GaugeBase : DataItem, ITableCell, IDataItem, IDataFlow, IDataSourceContainer

Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemNoDataObjectDataItemGaugeBase

Derived Classes: LinearGaugeRadialGauge

Implements: IDataFlowIDataItemIDataSourceContainerITableCell

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

Constructors

GaugeBase()

Declaration

cs-api-definition
protected GaugeBase()

Properties

Elements

Internal use only

Declaration

cs-api-definition
public IEnumerable<PrimitiveElement> Elements { get; }

Property Value

IEnumerable<PrimitiveElement>

RenderNoData

Internal use only

Declaration

cs-api-definition
public override bool RenderNoData { get; }

Property Value

bool

Overrides DataItem.RenderNoData

Shapes

Internal use only

Declaration

cs-api-definition
public List<PrimitiveElement> Shapes { get; }

Property Value

List<PrimitiveElement>

Value

Gets or sets the value of the current processing instance of the Gauge item

Declaration

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

Property Value

object

Methods

EvaluateValue()

Internal use only

Declaration

cs-api-definition
protected void EvaluateValue()