public class RiskAnalysisResult extends Object
Represents a result of risk analysis.
Modifier and Type | Method and Description |
---|---|
RiskItemStatisticsCollection |
getRiskItems(int itemType)
Returns an instance of the
RiskItemStatisticsCollection for the specified risk type. |
void |
saveReport(InputStream stream)
Saves the risk analysis report to the stream in pdf format.
|
void |
saveReport(String fileName)
Saves the risk analysis report to the specified file path in pdf format.
|
public RiskItemStatisticsCollection getRiskItems(int itemType)
Returns an instance of the RiskItemStatisticsCollection
for the specified risk type.
itemType
- the specified risk type; can be one of the values of the RiskItemType
enum.RiskItemStatisticsCollection
for the specified risk type.public void saveReport(String fileName)
Saves the risk analysis report to the specified file path in pdf format.
fileName
- The specified file name.public void saveReport(InputStream stream)
Saves the risk analysis report to the stream in pdf format.
stream
- The stream to save risk analysis report to.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.