RefreshLabel Property
The RefreshLabel property sets or returns whether labels are updated.
Syntax
object .RefreshLabel
Applies To
Discussion
Use this property to update the Label property of categories each time Transformer generates categories. The level must include an Association object with the AssociationRole property set to trAssociationLabel.
Default: False
Type
Boolean
Access
Read/Write
Examples
objLocationsDim
= objModel.Dimensions("Sales regions")objLevel
= objLocationsDim.DrillDowns(1).Levels("Employee")objAltDrill
= objLevel.CreateAlternateDrillDownobjNewLevel
= objAltDrill.Levels.Add(xtrObjectType.trLevel)objNewLevel.RefreshLabel
= True