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

In This Topic
    GetAggregateValue Property (CubeFieldTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotFieldBase.GetAggregateValue. 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