Assembly: System;
The IDataAreaHeaderStyleSettingsBase interface contains basic properties of title formatting styles in data area.
IDataAreaHeaderStyleSettingsBase
Data area is described by the IEaxDataArea interface. Title formatting styles described by the IDataAreaHeaderStyleSettingsBase interface are returned by the IEaxGridViewSettings.GetStyleSettings method. The following elements can be cast to the IDataAreaHeaderStyleSettingsBase 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 of data area title formatting style settings. | |
StyleSettingKey | The StyleSettingKey property returns a key for connection with the parent object of data area title formatting style settings. |
See also: