Indicates whether text box items should render as elements or attributes.
命名空間: Microsoft.ReportingServices.ReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Enumeration DataElementStyles
'用途
Dim instance As Report.DataElementStyles
public enum DataElementStyles
public enum class DataElementStyles
type DataElementStyles
public enum DataElementStyles
成員
| 成員名稱 | 說明 | |
|---|---|---|
| AttributeNormal | Indicates that the text box should be rendered as an attribute. | |
| ElementNormal | Indicates that the text box should be rendered as an element. |