FirstDimensionAllowNull: Boolean;
The FirstDimensionAllowNull property determines whether link is taken into account if attribute is empty in the first dimension.
Available values:
True. The link is not taken into account for the elements, which have empty value in the FirstDimensionAttrId attribute. This element will be considered as the element linked to all elements of the second dimension.
False. The link is taken into account for the elements, which have empty value in the FirstDimensionAttrId attribute. Data for these elements will be hidden.
The example of use is given in description of the IPivotFilterAttributeLinks.Add method.
See also: