ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document Namespace / PageDocument Class / IsEmpty Property

In This Topic
    IsEmpty Property (PageDocument)
    In This Topic
    Gets the value indicating whether the report contains any data.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsEmpty As Boolean
    public bool IsEmpty {get;}

    Property Value

    A System.Boolean value. true if the report contains no data; otherwise, false.
    Remarks
    true if the report contains no data; otherwise, false.
    See Also