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

In This Topic
    NoRowsMessage Property (IDataRegion)
    In This Topic
    Gets the message to display in the data region when no rows of data are available.
    Syntax
    'Declaration
     
    ReadOnly Property NoRowsMessage As String
    string NoRowsMessage {get;}

    Property Value

    A System.String representing the message displayed when no rows of data are available.
    See Also