DataElementStyles Enum
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.
Indicates whether leaf-level values such as text box values and chart data values should render as elements or attributes.
public enum class DataElementStyles
public enum DataElementStyles
type DataElementStyles =
Public Enum DataElementStyles
- Inheritance
-
DataElementStyles
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | Automatically determine whether data values should render as elements or attributes. |
Attribute | 1 | Render values as attributes. |
Element | 2 | Render values as elements. |