Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / C1RdlReportBase Class / IsEmpty Property

In This Topic
    IsEmpty Property (C1RdlReportBase)
    In This Topic
    Gets a value indicating whether the current report has not been generated (i.e. has no generated pages).

    Note that this property does not depend on whether a report definition has been loaded into the current report.

    Syntax
    'Declaration
     
    Public ReadOnly Property IsEmpty As Boolean
    public bool IsEmpty {get;}
    See Also