PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / Aggregate Class / Expression Property

In This Topic
    Expression Property (Aggregate)
    In This Topic
    Gets the Expression object used to calculate the value of the current aggregate.
    Syntax
    'Declaration
     
    Public ReadOnly Property Expression As Expression
    public Expression Expression {get;}
    Remarks
    Use the Aggregate.ExpressionText property to set the expression.
    See Also