DrillDown (Method)

Applies To:

TopLabels collection, SideLabels collection, Measures collection

Note:

DrillDown and DrillUp Measures are specific to Essbase and DB2 for OLAP.

Description:

Executes the drill-down value set up through the AddExportSection (Method).

Syntax:

Expression.DrillDown()

Expression Required:

An expression that executes a drill-down value

Example:

This example shows how to execute the drill down-value State added through the AddDrillValue method:

ActiveDocument.Sections["OLAPQuery"].SideLabels.AddDrillValue("State")
ActiveDocument.Sections["OLAPQuery"].SideLabels.DrillDown()