PivotTable.DisplayEmptyRow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.