ClassGaugeBase
Class
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:
Implements:
Inherited Members
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
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