Search Results for

    Show / Hide Table of Contents

    Class GanttRecord

    Represents an object where data from a single record is stored

    Inheritance
    System.Object
    RecordBase
    GanttRecord
    Implements
    IRecord
    Inherited Members
    RecordBase.Text
    RecordBase.Tag
    RecordBase.DoChange()
    RecordBase.Change
    Namespace: FastReport.BG.Gantt
    Assembly: FastReport.BG.dll
    Syntax
    public class GanttRecord : RecordBase, IRecord

    Properties

    EndDate

    Record End Date

    Declaration
    public DateTime EndDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    Index

    Record index

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    StartDate

    Record Start Date

    Declaration
    public DateTime StartDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    Value

    Declaration
    public override double Value { get; set; }
    Property Value
    Type Description
    System.Double
    Overrides
    RecordBase.Value

    Methods

    Assign(GanttRecord)

    Copies item data from the source object

    Declaration
    public void Assign(GanttRecord record)
    Parameters
    Type Name Description
    GanttRecord record

    Object to copy from

    Implements

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