public final class ReportType
extends com.aspose.ms.System.Enum
Type of the project's graphical report.
Modifier and Type | Field and Description |
---|---|
static int |
BestPracticeAnalyzer
Shows tasks with no actual work, not assigned tasks,
tasks with duration less than 8 hours and summaries assigned with the resources.
|
static int |
Burndown
Includes work burndown and task burndown charts.
|
static int |
CashFlow
Shows the costs and cumulative costs per quarter for all top-level tasks.
|
static int |
CostOverruns
Shows cost variance by task and resource.
|
static int |
CostOverview
Shows the project’s start and finish dates, the current
scheduled and remaining cost, % Complete and cost values for top-level tasks.
|
static int |
CriticalTasks
Shows project tasks that are critical.
|
static int |
LateTasks
Shows project tasks that are late.
|
static int |
Milestones
Shows milestones that are late, coming up and completed.
|
static int |
OverallocatedResources
Shows the number of remaining work hours for over allocated resources.
|
static int |
ProjectOverview
Shows the project’s start and finish date,
percentage of duration that’s complete, percentage complete for top-level tasks and coming up milestones.
|
static int |
ResourceCostOverview
Shows baseline, actual, and remaining cost by resource.
|
static int |
ResourceOverview
Shows baseline, actual, and remaining work by resource.
|
static int |
SlippingTasks
Shows tasks that are due to finish after their baseline finish dates (baseline must be setInternal).
|
static int |
TaskCostOverview
Shows baseline, actual, and remaining cost of all top-level tasks.
|
static int |
UpcomingTask
Shows tasks that are due during the current week and tasks starting during current week.
|
static int |
WorkOverview
Shows baseline, actual, remaining work for each top-level task and work for work resources.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int ProjectOverview
Shows the project’s start and finish date, percentage of duration that’s complete, percentage complete for top-level tasks and coming up milestones.
public static final int CostOverview
Shows the project’s start and finish dates, the current scheduled and remaining cost, % Complete and cost values for top-level tasks.
public static final int WorkOverview
Shows baseline, actual, remaining work for each top-level task and work for work resources.
public static final int ResourceOverview
Shows baseline, actual, and remaining work by resource.
public static final int ResourceCostOverview
Shows baseline, actual, and remaining cost by resource.
public static final int CriticalTasks
Shows project tasks that are critical.
public static final int LateTasks
Shows project tasks that are late.
public static final int Milestones
Shows milestones that are late, coming up and completed.
public static final int UpcomingTask
Shows tasks that are due during the current week and tasks starting during current week.
public static final int CostOverruns
Shows cost variance by task and resource.
public static final int TaskCostOverview
Shows baseline, actual, and remaining cost of all top-level tasks.
public static final int OverallocatedResources
Shows the number of remaining work hours for over allocated resources.
public static final int SlippingTasks
Shows tasks that are due to finish after their baseline finish dates (baseline must be setInternal).
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.
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.
public static final int CashFlow
Shows the costs and cumulative costs per quarter for all top-level tasks.