Interface IReportGenerationEventArgs
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Represents the report generation event arguments.
public interface IReportGenerationEventArgs
Properties
DisplayToast
Gets or sets a value indicating whether the toast should be displayed.
bool DisplayToast { get; set; }
Property Value
GenerationIdentifier
Gets the generation identifier.
string GenerationIdentifier { get; }