Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / IsDirty Property

In This Topic
    IsDirty Property
    In This Topic
    Gets a value indicating whether the current C1MultiDocument has been changed since it was last generated.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsDirty As Boolean
    public bool IsDirty {get;}
    See Also