ProjectSaveReport Method

Overload List
  NameDescription
Public methodCode exampleSaveReport(Stream)
Saves the project overview report to the stream.
Public methodCode exampleSaveReport(String)
Saves the project overview report to PDF file.
Public methodCode exampleSaveReport(Stream, ReportType)
Saves the project report of the specified type to the specified stream.
Public methodCode exampleSaveReport(String, ReportType)
Saves the project report of the specified type in PDF format to the specified file path.
See Also