ExpressionText Property (Aggregate)
In This Topic
Gets or sets the text of the
Expression object used to calculate the value of the current aggregate.
Syntax
'Declaration
Public Property ExpressionText As String
public string ExpressionText {get; set;}
See Also