ProjectManagementOptions
ProjectManagementOptions class
Contains options for rendering project management files. For details, see the documentation.
public class ProjectManagementOptions
Constructors
Properties
| Name |
Description |
| EndDate { get; set; } |
The end date of the Gantt Chart View to be included into the output. |
| PageSize { get; set; } |
The output page size. |
| StartDate { get; set; } |
The start date of the Gantt Chart View to be included into the output. |
| TimeUnit { get; set; } |
The time unit. |
See Also