Search Results for

    Show / Hide Table of Contents

    Class RecordBase

    Base abstract class for chart Record implementations

    Inheritance
    System.Object
    RecordBase
    HierarchicalRecord
    GanttRecord
    Implements
    IRecord
    Namespace: FastReport.BG.Data
    Assembly: FastReport.BG.dll
    Syntax
    public abstract class RecordBase : IRecord

    Properties

    Tag

    Tag - some data sources may store additional internal information in this property

    Declaration
    public virtual object Tag { get; set; }
    Property Value
    Type Description
    System.Object

    Text

    Record text

    Declaration
    public virtual string Text { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Record value

    Declaration
    public virtual double Value { get; set; }
    Property Value
    Type Description
    System.Double

    Methods

    DoChange()

    Raise Change event

    Declaration
    protected void DoChange()

    Events

    Change

    Notifies when record changes properties

    Declaration
    public event EventHandler Change
    Event Type
    Type Description
    System.EventHandler

    Implements

    IRecord
    Back to top © 2021-2022 Copyright Fast Reports Inc.