GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / ReportOptions Class / StartDate Property

In This Topic
    StartDate Property (ReportOptions)
    In This Topic
    Gets or sets the System.DateTime value determining beginning of the printing range.
    Syntax
    'Declaration
     
    Public Property StartDate As Date
    public DateTime StartDate {get; set;}
    See Also