ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotFieldBase Class / GetAggregateValue Property

In This Topic
    GetAggregateValue Property (PivotFieldBase)
    In This Topic
    Gets or sets a function to be used for retrieving the field's aggregate value for a given summary object.
    Syntax
    'Declaration
     
    Public Property GetAggregateValue As String
    public string GetAggregateValue {get; set;}
    See Also