AddDrillThroughValue (Method)

Applies To:

OLAPQuery object

Description:

Adds a label name as a drill-through value.

Syntax:

Expression.AddDrillThroughValue(string LabelName)

Expression Required:

An expression that returns an add drill-through label value

Example:

This example shows how to add the label value Store Name as a drill-through value:

ActiveDocument.Sections["OLAPQuery"].AddDrillThroughValue("Store Name")