RefreshDescription Property
The RefreshDescription property sets or returns whether descriptions are updated.
Syntax
object .RefreshDescription
Applies To
Discussion
Use this property to update the Description property of categories each time Transformer generates categories. The level must include an Association object with the AssociationRole property set to trAssociationDescription.
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.RefreshDescription
= True