ComponentOne Reports for WPF
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 String
    public string Text
    Remarks
    This property is only used with the C1Report.AddOutlineEntry event.
    See Also