Report.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 Report::DataElementStyles
public enum Report.DataElementStyles
type Report.DataElementStyles =
Public Enum Report.DataElementStyles
- Inheritance
-
Report.DataElementStyles
Fields
Name | Value | Description |
---|---|---|
Attribute | 0 | Indicates that the text box should be rendered as an attribute. |
Element | 1 | Indicates that the text box should be rendered as an element. |