Report.DataElementStyles 列舉型別
Indicates whether TextBox 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 TextBox should be rendered as an attribute. | |
| ElementNormal | Indicates that the TextBox should be rendered as an element. |