ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / ReportEventArgs Class / Text Field

In This Topic
    Text Field (ReportEventArgs)
    In This Topic
    Gets or sets the text that will be used as an outline entry.
    Syntax
    'Declaration
     
    Public Text As System.String
    public System.string Text
    Remarks
    This property is only used with the C1Report.AddOutlineEntry event.
    See Also