ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / RichTextBox Class / AutoReplaceFields Property

In This Topic
    AutoReplaceFields Property
    In This Topic
    Gets or sets a value that indicates whether ActiveReports should automatically replace fields in the RichTextBox with matching fields in the data source.
    Syntax
    'Declaration
     
    Public Property AutoReplaceFields As Boolean
    public bool AutoReplaceFields {get; set;}

    Property Value

    Boolean.
    See Also