ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotFieldBase Class / WeightField Property

In This Topic
    WeightField Property (PivotFieldBase)
    In This Topic
    Gets or sets the header specifies the field used as a weight for calculating aggregates on this field.
    Syntax
    'Declaration
     
    
    Public Property WeightField As String
    public string WeightField {get; set;}
    See Also