SaveReport

SaveReport (1 of 4)

Saves the project overview report to the stream.

Returns: void Aspose::Tasks::

SaveReport(const System::SharedPtr< System::IO::Stream > & stream)
ParameterDescription
streamThe stream to save project report to.

SaveReport (2 of 4)

Saves the project report of the specified type to the specified stream.

Returns: void Aspose::Tasks::

SaveReport(const System::SharedPtr< System::IO::Stream > & stream, Visualization::ReportType reportType)
ParameterDescription
streamthe specified stream to save project report to.
reportTypethe specified report type. ReportType

SaveReport (3 of 4)

Saves the project overview report to PDF file.

Returns: void Aspose::Tasks::

SaveReport(const System::String & fileName)
ParameterDescription
fileNameThe file name.

SaveReport (4 of 4)

Saves the project report of the specified type in PDF format to the specified file path.

Returns: void Aspose::Tasks::

SaveReport(const System::String & fileName, Visualization::ReportType reportType)
ParameterDescription
fileNamethe specified file name.
reportTypethe specified report type. ReportType