ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / SaveDocumentInfo Class / IsFirstSave Property

In This Topic
    IsFirstSave Property
    In This Topic
    Indicates that a new report is being saved for the first time.
    Syntax
    'Declaration
     
    Public Property IsFirstSave As Nullable(Of Boolean)
    public Nullable<bool> IsFirstSave {get; set;}
    See Also