Class GanttRecord
Represents an object where data from a single record is stored
Implements
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
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 |