Перечисление 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. |