ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PrintInfo Class / PrintEntireProject Property

In This Topic
    PrintEntireProject Property (PrintInfo)
    In This Topic
    Gets or sets a System.Boolean value determining whether print entire project or specific date range.
    Syntax
    'Declaration
     
    Public Property PrintEntireProject As System.Boolean
    public System.bool PrintEntireProject {get; set;}
    See Also