|
Aspose.Tasks for C++
|
Represents a result of risk analysis. More...
#include <RiskAnalysisResult.h>
Inherits Object.
Public Member Functions | |
| System::SharedPtr< RiskItemStatisticsCollection > | GetRiskItems (RiskItemType itemType) |
| Returns an instance of the RiskItemStatisticsCollection for the specified risk type. More... | |
| void | SaveReport (const System::SharedPtr< System::IO::Stream > &stream) |
| Saves the risk analysis report to the stream in PDF format. More... | |
| void | SaveReport (const System::String &fileName) |
| Saves the risk analysis report to the specified file path in PDF format. More... | |
Represents a result of risk analysis.
| System::SharedPtr<RiskItemStatisticsCollection> Aspose::Tasks::RiskAnalysis::RiskAnalysisResult::GetRiskItems | ( | RiskItemType | 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 enumeration. |
| void Aspose::Tasks::RiskAnalysis::RiskAnalysisResult::SaveReport | ( | const System::SharedPtr< System::IO::Stream > & | stream | ) |
Saves the risk analysis report to the stream in PDF format.
| stream | The stream to save risk analysis report to. |
| void Aspose::Tasks::RiskAnalysis::RiskAnalysisResult::SaveReport | ( | const System::String & | fileName | ) |
Saves the risk analysis report to the specified file path in PDF format.
| fileName | The specified file name. |