Assembly: System;
The IDataAreaHeaderSettingsBase interface contains basic properties of different titles in analytical data area.
IDataAreaHeaderSettingsBase
Analytical data area is described by the IEaxDataArea interface. Title settings described by the IDataAreaHeaderSettingsBase interface are returned by the IEaxGridViewSettings.GetViewSettings method. The following elements can be cast to the IDataAreaHeaderSettingsBase type:
Dimension title described by the IPivotDimension interface.
Dimension level title described by the IPivotDimensionLevel interface.
Data area title described by the IPivotHeader command parameters.
Property name | Brief description | |
Owner | The Owner property returns the parent object for data area title settings. | |
SettingKey | The SettingKey property returns a key for connection with the parent object of data area title settings. The SettingKey property returns a key for connection with the parent object of data area title settings. |
See also: