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

In This Topic
    ErrorTextBox Property
    In This Topic
    Gets a renderable textbox suitable for displaying an error message when the subreport is processed with an error.
    Syntax
    'Declaration
     
    ReadOnly Property ErrorTextBox As ITextBox
    ITextBox ErrorTextBox {get;}

    Property Value

    An ITextBox suitable for displaying the error message.
    See Also