ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / OpenDocumentInfo Class / Success Property

In This Topic
    Success Property (OpenDocumentInfo)
    In This Topic
    Undefined in OnBefore handlers should be defined in OnAfter.
    Syntax
    'Declaration
     
    Public Property Success As Nullable(Of Boolean)
    public Nullable<bool> Success {get; set;}
    See Also