com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class RiskAnalysisResult



  • public class RiskAnalysisResult
    extends Object

    Represents a result of risk analysis.

    • Method Detail

      • saveReport

        public final void saveReport(String fileName)
                              throws IOException

        Saves the risk analysis report to the specified file path in PDF format.

        Parameters:
        fileName - The specified file name.
        Throws:
        IOException
      • saveReport

        public final void saveReport(InputStream stream)
                              throws IOException

        Saves the risk analysis report to the stream in PDF format.

        Parameters:
        stream - The stream to save risk analysis report to.
        Throws:
        IOException