GaugeBase
Class
Internal use only
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public abstract class GaugeBase : DataItem, ITableCell, IDataItem, IDataFlow, IDataSourceContainer
Inheritance: objectReportObjectLayoutElementVisualElementProcessingElementReportItemBaseReportItemNoDataObjectDataItemGaugeBase...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected GaugeBase()
Properties
Elements
IEnumerable<PrimitiveElement>
Internal use only
C#
public IEnumerable<PrimitiveElement> Elements { get; }
RenderNoData
bool
Internal use only
C#
public override bool RenderNoData { get; }
Overrides:
Shapes
List<PrimitiveElement>
Internal use only
C#
public List<PrimitiveElement> Shapes { get; }
Value
object
Gets or sets the value of the current processing instance of the Gauge item
C#
public object Value { get; set; }
Methods
Internal use only
C#
protected void EvaluateValue()