ComponentOne ASP.NET MVC Controls
WeightField Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotFieldBaseBuilder<TControl,TBuilder> Class : WeightField Method
The value.
Configurates C1.Web.Mvc.Olap.PivotFieldBase.WeightField. Sets the header specifies the field used as a weight for calculating aggregates on this field.
Syntax
'Declaration
 
Public Function WeightField( _
   ByVal value As String _
) As TBuilder
public TBuilder WeightField( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotFieldBaseBuilder<TControl,TBuilder> Class
PivotFieldBaseBuilder<TControl,TBuilder> Members