ReportType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ReportType extends System.Enum

Type of the project’s graphical report.

Fields

FieldDescription
BestPracticeAnalyzerShows tasks with no actual work, not assigned tasks, tasks with duration less than 8 hours and summaries assigned with the resources.
BurndownIncludes work burndown and task burndown charts.
CashFlowShows the costs and cumulative costs per quarter for all top-level tasks.
CostOverrunsShows cost variance by task and resource.
CostOverviewShows the project\u2019s start and finish dates, the current scheduled and remaining cost, % Complete and cost values for top-level tasks.
CriticalTasksShows project tasks that are critical.
LateTasksShows project tasks that are late.
MilestonesShows milestones that are late, coming up and completed.
OverallocatedResourcesShows the number of remaining work hours for over allocated resources.
ProjectOverviewShows the project\u2019s start and finish date, percentage of duration that\u2019s complete, percentage complete for top-level tasks and coming up milestones.
ResourceCostOverviewShows baseline, actual, and remaining cost by resource.
ResourceOverviewShows baseline, actual, and remaining work by resource.
SlippingTasksShows tasks that are due to finish after their baseline finish dates (baseline must be setInternal).
TaskCostOverviewShows baseline, actual, and remaining cost of all top-level tasks.
UpcomingTaskShows tasks that are due during the current week and tasks starting during current week.
WorkOverviewShows baseline, actual, remaining work for each top-level task and work for work resources.

BestPracticeAnalyzer

public static final int BestPracticeAnalyzer

Shows tasks with no actual work, not assigned tasks, tasks with duration less than 8 hours and summaries assigned with the resources.

Burndown

public static final int Burndown

Includes work burndown and task burndown charts. The work burndown chart shows how much work people have finished, how much is scheduled to be finished before the project finish date, and the baseline estimate of how much work would be completed at this point in the project. The task burndown chart shows the number of tasks finished, the number remaining, and the baseline estimate of how many would be finished at this point in the project.

CashFlow

public static final int CashFlow

Shows the costs and cumulative costs per quarter for all top-level tasks.

CostOverruns

public static final int CostOverruns

Shows cost variance by task and resource.

CostOverview

public static final int CostOverview

Shows the project\u2019s start and finish dates, the current scheduled and remaining cost, % Complete and cost values for top-level tasks.

CriticalTasks

public static final int CriticalTasks

Shows project tasks that are critical.

LateTasks

public static final int LateTasks

Shows project tasks that are late.

Milestones

public static final int Milestones

Shows milestones that are late, coming up and completed.

OverallocatedResources

public static final int OverallocatedResources

Shows the number of remaining work hours for over allocated resources.

ProjectOverview

public static final int ProjectOverview

Shows the project\u2019s start and finish date, percentage of duration that\u2019s complete, percentage complete for top-level tasks and coming up milestones.

ResourceCostOverview

public static final int ResourceCostOverview

Shows baseline, actual, and remaining cost by resource.

ResourceOverview

public static final int ResourceOverview

Shows baseline, actual, and remaining work by resource.

SlippingTasks

public static final int SlippingTasks

Shows tasks that are due to finish after their baseline finish dates (baseline must be setInternal).

TaskCostOverview

public static final int TaskCostOverview

Shows baseline, actual, and remaining cost of all top-level tasks.

UpcomingTask

public static final int UpcomingTask

Shows tasks that are due during the current week and tasks starting during current week.

WorkOverview

public static final int WorkOverview

Shows baseline, actual, remaining work for each top-level task and work for work resources.