Adds a label name as a drill-through value.
Expression.AddDrillThroughValue(string LabelName)
An expression that returns an add drill-through label value
This example shows how to add the label value Store Name as a drill-through value:
ActiveDocument.Sections["OLAPQuery"].AddDrillThroughValue("Store Name")