ASP.NET MVC Controls | ComponentOne
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
     
    
    <JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
    Public Property GetAggregateValue As String
    [JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
    public string GetAggregateValue {get; set;}
    See Also