ComponentOne FlexPivot for WinForms
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotField Class / Expression Property

In This Topic
    Expression Property (PivotField)
    In This Topic
    Gets or sets the expression in case the field is a Calculated field.
    Syntax
    'Declaration
     
    Public Property Expression As String
    public string Expression {get; set;}
    See Also