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 text box items 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 |
---|---|---|
AttributeNormal | 0 | The text box items is rendered as attribute. |
ElementNormal | 1 | The text box items is rendered as element. |