ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / DocumentModel.TextItem Class / Text Property

In This Topic
    Text Property (DocumentModel.TextItem)
    In This Topic
    Gets the text.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Text As String
    public abstract string Text {get;}

    Property Value

    The text.
    See Also