| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property DisplayText As String | |
| C# | |
|---|---|
public string DisplayText {get;} | |
DisplayText returns the string value that's actually displayed in the UI element representation of this summary result. It's derived using the SummaryDefinition's SummaryDefinition.StringFormat property setting.
Note that Value property returns the actual result of the calculation.
