ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / DataRegion Class / NoRowsTextBox Property

In This Topic
    NoRowsTextBox Property (DataRegion)
    In This Topic
    Returns a renderable textbox suitable for displaying NoRowsMessage for this instance.
    Syntax
    'Declaration
     
    Public ReadOnly Property NoRowsTextBox As ITextBox
    public ITextBox NoRowsTextBox {get;}
    See Also