FirstDimensionAllowNull: Boolean;
FirstDimensionAllowNull: boolean;
The FirstDimensionAllowNull property determines if link is take into account on the empty value of attribute in the first dimension.
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 bound 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: