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. |