ASP.NET Core 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 System.String
    'Usage
     
    
    Dim instance As PivotFieldBase
    Dim value As System.String
     
    instance.WeightField = value
     
    value = instance.WeightField
    public System.string WeightField {get; set;}
    public read-write property WeightField: System.String; 
    public function get,set WeightField : System.String
    public: __property System.string* get_WeightField();
    public: __property void set_WeightField( 
       System.string* value
    );
    public:
    property System.String^ WeightField {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also