ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IDataRegion Interface / NoRows Property

In This Topic
    NoRows Property (IDataRegion)
    In This Topic
    Gets a value indicating whether the data region has no rows available.
    Syntax
    'Declaration
     
    ReadOnly Property NoRows As Boolean
    bool NoRows {get;}

    Property Value

    A System.Boolean value. true if the data region has no rows; otherwise, false.
    See Also