XmlMappedRange.ShowDetail Property

Definition

Gets or sets an object that indicates whether the outline is expanded for the XmlMappedRange control (so that the detail of the column or row is visible).

public:
 property System::Object ^ ShowDetail { System::Object ^ get(); void set(System::Object ^ value); };
public object ShowDetail { get; set; }
member this.ShowDetail : obj with get, set
Public Property ShowDetail As Object

Property Value

true if the outline is expanded for the XmlMappedRange control (so that the detail of the column or row is visible); otherwise, false.

Remarks

If the XmlMappedRange control is in a PivotTable report, this property is set to true if the item is showing detail.

If the XmlMappedRange control is not in a PivotTable report, the following statements are true:

  • The XmlMappedRange control must be in a single summary row or column.

  • This property returns false if any of the children of the row or column are hidden.

  • Setting this property to true is equivalent to showing all the children of the summary row or column.

  • Setting this property to false is equivalent to hiding all the children of the summary row or column.

Applies to