Reporting Services
Contents
[
Hide
]
Aspose.Tasks for .NET provides reporting services for creating reports from project files similar to Microsoft Project. The SaveReport function is used to create PDF files containing the report’s images. This function takes two arguments:
- the PDF file name, and
- the ReportType enumerator.
Aspose.Tasks Reporting Services
Types of Report
The following types of reports can be created using Aspose.Tasks:
- Project overview
- Resource cost overview
- Cost overview
- Work overview
- Critical tasks
- Milestones
- Late tasks
- Resource overview
- Cost overruns
- Upcoming task
- Task cost overview
- Over-allocated resources
- Slipping tasks
- Best practice analyzer
- Burn down
- Cash flow
The sample code snippets below can be used to create these reports. All the sample MPP files used in these examples are present as attachments for testing the sample code.