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