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

In This Topic
    NoRowsTextBox Property (IDataRegion)
    In This Topic
    Gets a renderable textbox suitable for displaying the NoRowsMessage for this instance.
    Syntax
    'Declaration
     
    ReadOnly Property NoRowsTextBox As ITextBox
    ITextBox NoRowsTextBox {get;}

    Property Value

    An ITextBox suitable for displaying the no rows message.
    See Also