MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ITextBox Interface / ValueExpression Property

In This Topic
ValueExpression Property
In This Topic
Gets the expression used to evaluate the textbox value.
Syntax
'Declaration
 
ReadOnly Property ValueExpression As String
 

Property Value

A System.String representing the expression used to evaluate the textbox value.
Remarks
This expression is not null if the expression depends on pagination context.
See Also