Interface IReportGenerationFailedEventArgs
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Represents the report generation failed event arguments.
public interface IReportGenerationFailedEventArgs : IReportGenerationEventArgs
- Inherited Members
Properties
ErrorDetails
Gets the error details.
string ErrorDetails { get; }
Property Value
ErrorMessage
Gets the error message.
string ErrorMessage { get; }