ActiveReports Developer 7
AutoReplaceFields Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > RichTextBox Class : AutoReplaceFields Property

Glossary Item Box

Gets or sets a value that indicates whether ActiveReports should automatically replace fields in the RichTextBox with matching fields in the data source.

Syntax

Visual Basic (Declaration) 
Public Property AutoReplaceFields As System.Boolean
C# 
public System.bool AutoReplaceFields {get; set;}

Property Value

Boolean.

See Also