Rendering Resource Sheet View
Contents
[
Hide
]
Microsoft Project’s Resource Sheet view provides details about all a project’s resources. Resource information such as name, type, standard and overtime rates, costs, and calendar can be viewed using this view. Aspose.Tasks for .NET API supports rendering the Resource Sheet to PDF using the PresentationFormat enumerator.
Rendering Resource Sheet View
The code snippet in this article reads a source MPP file that has a number of resources and renders these to output PDF using the following steps:
- Create an instance of Project Reader.
- Read the source MPP file.
- Set the PresentationFormat to ResourceSheet.
- Render the project to output PDF.