OrderByStorageType Property

The OrderByStorageType property sets or returns how categories are sorted based on the storage type of a column.

Syntax

object .OrderByStorageType(DrillDown)

Applies To

DateLevel Object

Level Object

Discussion

Use this property to define a category sort when the sort is based on a column with a numeric data class. For example, you base a product level sort on quantity sold, and the measure named Quantity, which is associated with the Quantity column, has a storage type of 16-bit integer.

The OrderByStorageType property uses the values of xtrStorage.

Parameter

Description

DrillDown

Required. Specifies the drill-down path structure (context) in which the level appears.

Type: Variant

Type

Constant - xtrStorage

Access

Read/Write