FlexReport for .NET | ComponentOne
C1.FlexReport Assembly / C1.Report Namespace / FlexReport Class / Dirty Property

In This Topic
    Dirty Property (FlexReport)
    In This Topic
    Gets a value indicating whether the current content is dirty and does not correspond to the current values of C1.Document.C1DocumentSource.Paginated etc.
    Syntax
    'Declaration
     
    Public Property Dirty As Boolean
    public bool Dirty {get; set;}
    See Also