ProjectView Class |
Namespace: Aspose.Tasks.Visualization
The ProjectView type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ProjectView |
Initializes a new instance of the ProjectView class.
|
Name | Description | |
---|---|---|
![]() ![]() | Columns |
Gets the project view columns.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() ![]() | GetDefaultAssignmentView |
Includes Uid, task name, resource name, work and duration assignment columns.
|
![]() ![]() ![]() | GetDefaultGanttChartView |
Includes id, indicators, name, duration, start and finish task columns.
|
![]() ![]() ![]() | GetDefaultResourceSheetView |
Includes Uid, resource name, type, material label, initials, group, max units,
standard rate, overtime rate, cost per use, accrue at, base calendar and code resource columns.
|
![]() ![]() ![]() | GetDefaultResourceUsageView |
Includes Uid, name, start, finish and work resource columns.
|
![]() ![]() ![]() | GetDefaultTaskSheetView |
Includes id, indicators, name, duration, start, finish, predecessors and resource names task columns.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
var project = new Project(DataDir + "Project2.mpp"); SaveOptions options = new PdfSaveOptions { Timescale = Timescale.Months, View = ProjectView.GetDefaultAssignmentView() }; project.Save(OutDir + "WorkWithProjectView_AssignmentView_out.pdf", options);