ComponentOne ASP.NET MVC Controls
Descending Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotFieldBaseBuilder<TControl,TBuilder> Class : Descending Method
The value.
Configurates C1.Web.Mvc.Olap.PivotFieldBase.Descending. Sets a value that determines whether keys should be sorted in descending order for this field.
Syntax
'Declaration
 
Public Function Descending( _
   ByVal value As Boolean _
) As TBuilder
public TBuilder Descending( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

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