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

In This Topic
    NoRows Property (ISubreport)
    In This Topic
    Gets a value indicating if no rows of data were loaded by the subreport.
    Syntax
    'Declaration
     
    ReadOnly Property NoRows As Boolean
    bool NoRows {get;}

    Property Value

    A System.Boolean value. true if no rows of data were loaded; otherwise, false.
    See Also