ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / Aggregate Class / ExpressionText Property

In This Topic
    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 System.String
    public System.string ExpressionText {get; set;}
    Remarks
    The Expression property can be used to get the Expression object.
    See Also