Interface IReportGenerationSucceededEventArgs
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Represents the report generation succeeded event arguments.
public interface IReportGenerationSucceededEventArgs : IReportGenerationEventArgs
- Inherited Members
Properties
FileIdentifier
Gets the file identifier.
string FileIdentifier { get; }
Property Value
FileUrl
Gets the file URL.
string FileUrl { get; }