PivotTable.DisplayEmptyRow Property

Definition

Returns True when the non-empty MDX keyword is included in the query to the OLAP provider for the category axis. The OLAP provider will not return empty rows in the result set. Returns False when the non-empty keyword is omitted. Read/write Boolean.

public:
 property bool DisplayEmptyRow { bool get(); void set(bool value); };
public bool DisplayEmptyRow { get; set; }
Public Property DisplayEmptyRow As Boolean

Property Value

Remarks

The PivotTable must be connected to an Online Analytical Processing (OLAP) data source to avoid a run-time error.

Applies to